| TiffCompression Enumeration | 
            An enumeration of supported compression schemes for Tagged Image File Format (TIFF) when saving a 
PdfDocument to an image using an 
ImageSaveOptions.
            
 SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
 Syntax
Syntaxpublic enum TiffCompression
Public Enumeration TiffCompression
 Members
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
See Also