PdfFocuseTIFFCompressionType Enumeration |
Allows to set compression type for TIFF images: LZW , JPEG, CCITTFAX4.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.4.23
Syntaxpublic enum eTIFFCompressionType
Public Enumeration eTIFFCompressionType
MembersMember name | Value | Description |
---|
LZW | 0 |
Lempel-Ziv & Welch.
|
JPEG | 1 |
JPEG DCT compression. Introduced post TIFF rev 6.0.
|
CCITTFAX4 | 2 |
CCITT Group 4 fax encoding.
|
See Also