TiffCompression Enumeration |
An enumeration of supported compression schemes for Tagged Image File Format (TIFF).
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public enum TiffCompression
Public Enumeration TiffCompression
Members Member name | Value | Description |
---|
Default | 0 |
The encoder attempts to save the bitmap with the best possible compression schema.
|
None | 1 |
The Tagged Image File Format (TIFF) image will not be compressed.
|
Ccitt3 | 2 |
The CCITT3 compression schema.
|
Ccitt4 | 3 |
The CCITT4 compression schema.
|
Lzw | 4 |
The LZW compression schema.
|
Rle | 5 |
The RLE compression schema.
|
Zip | 6 |
Zip compression schema.
|
See Also