TiffCompression

TiffCompression

Utility class containing constants. Specifies what type of compression to apply when saving pages to the TIFF format.

Values

NameDescription
NONESpecifies no compression.
RLESpecifies the RLE compression scheme.
LZWSpecifies the LZW compression scheme.
CCITT_3Specifies the CCITT3 compression scheme.
CCITT_4Specifies the CCITT4 compression scheme.