TiffCompression enumeration

TiffCompression enumeration

Specifies what type of compression to apply when saving pages to the TIFF format.

The TiffCompression type exposes the following members:

Fields

Field Description
NONE Specifies no compression.
RLE Specifies the RLE compression scheme.
LZW Specifies the LZW compression scheme.
CCITT3 Specifies the CCITT3 compression scheme.
CCITT4 Specifies the CCITT4 compression scheme.

See Also