Accusoft.PdfXpressSdk Namespace : Jbig2CompressionLevel Enumeration |
'Declaration Public Enum Jbig2CompressionLevel Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As Jbig2CompressionLevel
public enum Jbig2CompressionLevel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum Jbig2CompressionLevel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class Jbig2CompressionLevel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
LosslessGeneric | 0 | Lossless compression, best to use if the content of the image is unknown. |
LosslessText | 1 | Lossless compression, can provider greater compression than LosslessGeneric, if the content is only text. If the content is unknown, LosslessGeneric should be used. |
LossyText | 2 | 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. |
System.Object
System.ValueType
System.Enum
Accusoft.PdfXpressSdk.Jbig2CompressionLevel