[]
Used to specify the compression schemed used in the resulting tiff image of the TiffExport component.
public enum CompressionScheme
Name | Description |
---|---|
Ccitt3 | Specifies the CCITT3 compression scheme. |
Ccitt4 | Specifies the CCITT4 compression scheme. |
Lzw | Specifies the LZW compression scheme. This compression can be used for for 1, 4, and 8 bit color depths. |
None | Specifies no compression. |
Rle | Specifies the RLE compression scheme |