TIFFCompression Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines TIFF image compression.
Namespace:Bytescout.PDFRendererAssembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | (0) Uncompressed TIFF | |
LZW | 1 | (1) LZW compression | |
CCITT3 | 2 | (2) CCITT3 compression | |
CCITT4 | 3 | (3) CCITT4 compression | |
JPEG | 4 | (4) JPEG compression | |
RLE | 5 | (5) RLE compression |
See Also