VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPdfImageCompressionEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfImageCompressionEnumJS Enumeration
    In This Topic
    Specifies available compression algorithms for images stored in PDF file.
    Members
    MemberDescription
    NoneImage in PDF file will be saved without compression.
    CcittFaxImage in PDF file will be compressed with CCITT Fax Group 4 compression.
    LzwImage in PDF file will be compressed with LZW compression.
    JpegImage in PDF file will be compressed with JPEG compression.
    ZipImage in PDF file will be compressed with ZIP compression.
    Jbig2Image in PDF file will be compressed with JBIG 2 compression.
    Jpeg2000Image in PDF file will be compressed with JPEG 2000 compression.
    AutoBlack-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
    56+
    45+
    11
    See Also