Visual Basic (Declaration) | |
---|---|
Public Enum CompressionScheme Inherits System.Enum |
C# | |
---|---|
public enum CompressionScheme : System.Enum |
Member | Description |
---|---|
Ccitt3 | This compression method can be used only for 1 color depth, and is used in old standard faxes. |
Ccitt4 | This compression method is a successor to Ccitt3. |
Lzw | Specifies the LZW compression scheme. This lossless compression can be used for for 1, 4, and 8 bit color depths with a smaller footprint, and is based on the Unisys patent on Lzw compression. |
None | Specifies no compression and delivers color output. |
Rle | Run-length encoding. This compression method can be used for 1, 4, and 8 bit color depths. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Export.Image.Tiff.Section.CompressionScheme
Target Platforms: 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