Version

ImageCompressorType Property

Determines which type of compressor to use for images.
Syntax
'Declaration
 
Public Property ImageCompressorType As ImageCompressorType
public ImageCompressorType ImageCompressorType {get; set;}
Remarks

The default is the Infragistics.Documents.Reports.Graphics.ImageCompressors.Flate compressor. This compressor generally results in less compression (larger files), but it can handle transparent images. The Infragistics.Documents.Reports.Graphics.ImageCompressors.JPEG compressor results in better compression (smaller files), but it will not support transparency. So you should use JPEG only when you know that none of the images in your grid have transparency.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also