Click or drag to resize

TiffCompression Enumeration

An enumeration of supported compression schemes for Tagged Image File Format (TIFF).

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum TiffCompression
Members
Member nameValueDescription
Default0 The encoder attempts to save the bitmap with the best possible compression schema.
None1 The Tagged Image File Format (TIFF) image will not be compressed.
Ccitt32 The CCITT3 compression schema.
Ccitt43 The CCITT4 compression schema.
Lzw4 The LZW compression schema.
Rle5 The RLE compression schema.
Zip6 Zip compression schema.
See Also