VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfImageCompression Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfImageCompression Enumeration
    In This Topic
    Specifies available compression algorithms for images stored in PDF file.
    Syntax
    'Declaration
    
    Public Enum PdfImageCompression
       Inherits System.Enum
    
    
    public enum PdfImageCompression : System.Enum
    
    
    __value public enum PdfImageCompression : public System.Enum
    
    
    public enum class PdfImageCompression : public System.Enum
    
    
    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

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.Encoders.PdfImageCompression

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also