TiffCompression
TiffCompression
Utility class containing constants. Specifies what type of compression to apply when saving pages to the TIFF format.
Values
| Name | Description |
|---|---|
| NONE | Specifies no compression. |
| RLE | Specifies the RLE compression scheme. |
| LZW | Specifies the LZW compression scheme. |
| CCITT_3 | Specifies the CCITT3 compression scheme. |
| CCITT_4 | Specifies the CCITT4 compression scheme. |