VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jbig2EncoderSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    Jbig2EncoderSettings Class Members
    In This Topic
    The following tables list the members exposed by Jbig2EncoderSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the binarization command, which must be used if color image must be converted to a black-white image before saving to a PDF file.
    Public Propertystatic (Shared in Visual Basic)Gets the default encoder settings.
    Public PropertyGets or sets the permitted inaccuracy percent for lossy coding.
    Public PropertyGets or sets a value indicating whether file must be encoded with lossy coding.
    Public PropertyGets or sets a value indicating whether file must be encoded with 'random-access' file organization.
    Public PropertyGets or sets the maximum number of symbols keeping in symbol dictionary.
    Public PropertyGets or sets a value indicating whether file must be encoded using MMR coding.
    Public PropertyGets or sets a value indicating whether the symbol dictionary should be used.
    Public PropertyGets or sets a value indicating whether file must be encoded with typical prediction.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodDetermines whether the specified System.Object is equal to the current Jbig2EncoderSettings.
    Public MethodReturns the hash code for this Jbig2EncoderSettings.
    See Also