| 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