Visual Basic (Declaration) | |
---|---|
Public Enum Compression Inherits System.Enum |
C# | |
---|---|
public enum Compression : System.Enum |
Member | Description |
---|---|
Ccitt3 | This uses the CCITT Group 3 compression. This compression format is used mainly in faxes and delivers a Black and White output. The standards of CCITT Group 3 are 1728 x 2376 pixels, and the resolution is 200 x 196 DPI. If the aspect ratio of the report does not meet these standards, a margin gets inserted at the bottom. |
Lzw | This uses LZW compression which is a lossless compression and delivers color output. |
None | Specifies no compression and delivers color output. |
Rle | PackBits compression format that uses the Run-Length Encoding (RLE) compression method and delivers Black and White output. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Export.Image.Page.Renderers.Compression
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