VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.EsclImageScanning.ImageEncoders Namespace / EsclPdfImageCompression Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    EsclPdfImageCompression Enumeration
    In This Topic
    Specifies available compression algorithm which image can be saved to PDF file.
    Syntax
    'Declaration
    
    Public Enum EsclPdfImageCompression
       Inherits System.Enum
    
    
    public enum EsclPdfImageCompression : System.Enum
    
    
    __value public enum EsclPdfImageCompression : public System.Enum
    
    
    public enum class EsclPdfImageCompression : public System.Enum
    
    
    Members
    MemberDescription
    NoneImage will be saved to PDF document without compression.
    CcittFaxImage will be saved to PDF document with CCITT Group 4 Fax compression.
    LZWImage will be saved to PDF document with LZW compression.
    JPEGImage will be saved to PDF document with JPEG compression.
    ZIPImage will be saved to PDF document with ZIP compression.
    AutoBlack-white image will be saved to PDF document with CCITT Group 4 Fax compression, palette and gray image will be saved with LZW compression, color image will be saved with JPEG compression.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.EsclImageScanning.ImageEncoders.EsclPdfImageCompression

    Requirements

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

    See Also