ImageGear .NET v25.0 - Updated
ImGearJbig2CompressionLevel Enumeration




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearJbig2CompressionLevel Enumeration
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
MemberDescription
LosslessGeneric Lossless compression, best to use if the content of the image is unknown (default).
LosslessTextLossless compression, can provide greater compression than LosslessGeneric, if the content is only text. If the content is unknown, LosslessGeneric should be used.
LossyTextLossy 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

Reference

ImageGear.Formats.PDF Namespace