Click or drag to resize

StiImageCache Constructor (Boolean, ImageFormat, Single)

ImageCache initialization

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiImageCache(
	bool useImageComparer,
	ImageFormat imageFormat,
	float imageQuality
)

Parameters

useImageComparer
Type: SystemBoolean
Allow use image comparer
imageFormat
Type: System.Drawing.ImagingImageFormat
Image format to save
imageQuality
Type: SystemSingle
Quality of Jpeg compression; from 0.0 to 1.0
See Also