Click or drag to resize

StiImageCache Constructor (Boolean, ImageFormat, Single, Boolean, Int32)

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,
	bool useImageTransparency,
	int paletteSize
)

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
useImageTransparency
Type: SystemBoolean
Allow use image transparency
paletteSize
Type: SystemInt32

[Missing <param name="paletteSize"/> documentation for "M:Stimulsoft.Report.StiImageCache.#ctor(System.Boolean,System.Drawing.Imaging.ImageFormat,System.Single,System.Boolean,System.Int32)"]

See Also