Specifies the level of compression to use for JBIG2.
Syntax
'Declaration
Public Enum ImGearJbig2CompressionLevel
Inherits System.Enum
public enum ImGearJbig2CompressionLevel : System.Enum
__value public enum ImGearJbig2CompressionLevel : public System.Enum
public enum class ImGearJbig2CompressionLevel : public System.Enum
Members
Member | Description |
LosslessGeneric |
Lossless compression, best to use if the content of the image is unknown (default).
|
LosslessText | Lossless compression, can provide greater compression than LosslessGeneric, if the content is only text. If the content is unknown, LosslessGeneric should be used. |
LossyText | Lossy 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