WebPdfImageCompressionEnumJS Enumeration
In This Topic
Specifies available compression algorithms for images stored in PDF file.
Members
Member | Description |
None | Image in PDF file will be saved without compression. |
CcittFax | Image in PDF file will be compressed with CCITT Fax Group 4 compression. |
Lzw | Image in PDF file will be compressed with LZW compression. |
Jpeg | Image in PDF file will be compressed with JPEG compression. |
Zip | Image in PDF file will be compressed with ZIP compression. |
Jbig2 | Image in PDF file will be compressed with JBIG 2 compression. |
Jpeg2000 | Image in PDF file will be compressed with JPEG 2000 compression. |
Auto | Black-white image in PDF file will be compressed with CCITT Fax Group 4 compression, palette or gray image in PDF file will be compressed with ZIP compression, color image in PDF file will be compressed with ZIP compression. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Imaging.WebPdfImageCompressionEnumJS
Browser Compatibility
See Also