CompressionType

CompressionType enumeration

Used to specify the parameter value passed to a Tiff image device.

Members

Member nameDescription
LZWSpecifies the LZW compression scheme. Can be passed to the Tiff encoder as a parameter that belongs to the Compression category.
CCITT4Specifies the CCITT4 compression scheme. Can be passed to the CCITT4 encoder as a parameter that belongs to the Compression category.
CCITT3Specifies the CCITT3 compression scheme. Can be passed to the CCITT3 encoder as a parameter that belongs to the Compression category.
RLESpecifies the RLE compression scheme. Can be passed to the RLE encoder as a parameter that belongs to the Compression category.
NONESpecifies no compression. Can be passed to the Tiff encoder as a parameter that belongs to the compression category.

See Also