Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsJbig2Options.CodecsJbig2SaveOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsJbig2Options.CodecsJbig2SaveOptions Class

The following tables list the members exposed by CodecsJbig2Options.CodecsJbig2SaveOptions.

Public Properties

 NameDescription
Public Property EnableDictionary Gets or sets a value that indicates whether to enable the encoder to use the text symbol dictionary.  
Public Property ImageGbatX1 Gets or sets the X location of the adaptive template pixel A1 for non-text area encoding.  
Public Property ImageGbatX2 Gets or sets the X location of the adaptive template pixel A2 for non-text area encoding.  
Public Property ImageGbatX3 Gets or sets the X location of the adaptive template pixel A3 for non-text area encoding.  
Public Property ImageGbatX4 Gets or sets the X location of the adaptive template pixel A4 for non-text area encoding.  
Public Property ImageGbatY1 Gets or sets the Y location of the adaptive template pixel A1 for non-text area encoding.  
Public Property ImageGbatY2 Gets or sets the Y location of the adaptive template pixel A2 for non-text area encoding.  
Public Property ImageGbatY3 Gets or sets the Y location of the adaptive template pixel A3 for non-text area encoding.  
Public Property ImageGbatY4 Gets or sets the Y location of the adaptive template pixel A4 for non-text area encoding.  
Public Property ImageQualityFactor Gets or sets the degree of loss in the compression process for non-text areas.  
Public Property ImageTemplateType {NR} Gets or sets a value that specifies which template-based arithmetic encoder to use when encoding a non-text area.  
Public Property ImageTypicalPredictionOn Gets or sets a value that indicates whether to use typical prediction (TP) while encoding non-text area.  
Public Property RemoveEofSegment Gets or sets a value that indicates whether to remove the End of File segment.  
Public Property RemoveEopSegment Gets or sets a value that indicates whether to remove the End of Page segment.  
Public Property RemoveHeaderSegment Gets or sets a value that indicates whether to remove the JBIG2 header segment.  
Public Property RemoveMarker Gets or sets a value that indicates whether to remove the two bytes marker from generic region segment data.  
Public Property TextDifferentialThreshold Gets or sets a value indicating the maximum difference allowed to map a text symbol to a dictionary symbol.  
Public Property TextGbatX1 Gets or sets the X location of the adaptive template pixel A1 for text-area encoding.  
Public Property TextGbatX2 Gets or sets the X location of the adaptive template pixel A2 for text-area encoding.  
Public Property TextGbatX3 Gets or sets the X location of the adaptive template pixel A3 for text-area encoding.  
Public Property TextGbatX4 Gets or sets the X location of the adaptive template pixel A4 for text-area encoding.  
Public Property TextGbatY1 Gets or sets the Y location of the adaptive template pixel A1 for text-area encoding.  
Public Property TextGbatY2 Gets or sets the Y location of the adaptive template pixel A2 for text-area encoding.  
Public Property TextGbatY3 Gets or sets the Y location of the adaptive template pixel A3 for text-area encoding.  
Public Property TextGbatY4 Gets or sets the Y location of the adaptive template pixel A4 for text-area encoding.  
Public Property TextKeepAllSymbols Gets or sets a value indicating whether to keep all dictionary symbols.  
Public Property TextMaximumSymbolArea Gets or sets a value indicating the maximum text symbol area.  
Public Property TextMaximumSymbolHeight Gets or sets a value indicating the maximum text symbol height.  
Public Property TextMaximumSymbolWidth Gets or sets a value indicating the maximum text symbol width.  
Public Property TextMinimumSymbolArea Gets or sets a value indicating the minimum text symbol area.  
Public Property TextMinimumSymbolHeight Gets or sets a value indicating the minimum text symbol height.  
Public Property TextMinimumSymbolWidth Gets or sets a value indicating the minimum text symbol width.  
Public Property TextQualityFactor Gets or sets the degree of loss in the compression process for a text area.  
Public Property TextRemoveUnrepeatedSymbol Gets or sets a value indicating whether to remove unrepeated symbols from the dictionary.  
Public Property TextTemplateType Gets or sets a value that specifies which template-based arithmetic encoder to use when encoding a text area.  
Public Property XResolution Gets or sets the reference image X resolution which JBIG2 options were set according to it.  
Public Property YResolution Gets or sets the reference image Y resolution which JBIG2 options were set according to it.  
Top

See Also