VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfImageCompression Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    SanePdfImageCompression Enumeration
    In This Topic
    Specifies available compression algorithm which image can be saved to PDF file.
    Syntax
    'Declaration
    
    Public Enum SanePdfImageCompression
       Inherits System.Enum
    
    
    public enum SanePdfImageCompression : System.Enum
    
    
    __value public enum SanePdfImageCompression : public System.Enum
    
    
    public enum class SanePdfImageCompression : 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.Sane.ImageEncoders.SanePdfImageCompression

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also