Accusoft.PdfXpress7.Net
Jbig2CompressionLevel Enumeration




Specifies the level of compression to use for Jbig2.
Syntax
'Declaration
 
Public Enum Jbig2CompressionLevel 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As Jbig2CompressionLevel
public enum Jbig2CompressionLevel : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
__value public enum Jbig2CompressionLevel : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
public enum class Jbig2CompressionLevel : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
LosslessGeneric0Lossless compression, best to use if the content of the image is unknown.
LosslessText1Lossless compression, can provider 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
         Accusoft.PdfXpressSdk.Jbig2CompressionLevel

See Also

Reference

Accusoft.PdfXpressSdk Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback