ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearJbig2CompressionLevel Enumeration




In This Topic
    ImGearJbig2CompressionLevel Enumeration
    In This Topic
    Specifies the level of compression to use for JBIG2.
    Syntax
    'Declaration
     
    Public Enum ImGearJbig2CompressionLevel 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearJbig2CompressionLevel
    public enum ImGearJbig2CompressionLevel : System.Enum 
    __value public enum ImGearJbig2CompressionLevel : public System.Enum 
    public enum class ImGearJbig2CompressionLevel : public System.Enum 
    Members
    MemberValueDescription
    LosslessGeneric0 Lossless compression, best to use if the content of the image is unknown (default).
    LosslessText1Lossless compression, can provide greater compression than LosslessGeneric, if the content is only text. If the content is unknown, LosslessGeneric should be used.
    LossyText2Lossy compression, provides very strong compression with low risk of errors being introduced, if the content is only text. If the content is unknown, LosslessGeneric should be used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.PDF.ImGearJbig2CompressionLevel

    See Also