public CompressionScheme CompressionScheme {get; set;}
'Declaration Public Property CompressionScheme As CompressionScheme
The default value for CompressionScheme is Ccitt3, which can be used for 1 color depth, the old standard for faxes. Another enumeration of this property which will produce black and white TIFF files are Ccitt4 and RLE, or run-length encoding.
To export color TIFF files, set the CompressionScheme to None. There is also a new Lzw compression scheme. The new scheme provides a lossless color export for 1, 4 and 8 bit color depths with a smaller footprint, and is based on the Unisys patent on Lzw compression.
TiffExport Class
TiffExport Members
CompressionScheme Enumeration