LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsJbig2SaveOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsJbig2SaveOptions Class

The following tables list the members exposed by CodecsJbig2SaveOptions.

Public Properties

 NameDescription
public Property EnableDictionaryGets or sets a value that indicates whether to enable the encoder to use the text symbol dictionary.  
public Property ImageGbatX1Gets or sets the X location of the adaptive template pixel A1 for non-text area encoding.  
public Property ImageGbatX2Gets or sets the X location of the adaptive template pixel A2 for non-text area encoding.  
public Property ImageGbatX3Gets or sets the X location of the adaptive template pixel A3 for non-text area encoding.  
public Property ImageGbatX4Gets or sets the X location of the adaptive template pixel A4 for non-text area encoding.  
public Property ImageGbatY1Gets or sets the Y location of the adaptive template pixel A1 for non-text area encoding.  
public Property ImageGbatY2Gets or sets the Y location of the adaptive template pixel A2 for non-text area encoding.  
public Property ImageGbatY3Gets or sets the Y location of the adaptive template pixel A3 for non-text area encoding.  
public Property ImageGbatY4Gets or sets the Y location of the adaptive template pixel A4 for non-text area encoding.  
public Property ImageQualityFactorGets 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 ImageTypicalPredictionOnGets or sets a value that indicates whether to use typical prediction (TP) while encoding non-text area.  
public Property RemoveEofSegmentGets or sets a value that indicates whether to remove the End of File segment.  
public Property RemoveEopSegmentGets or sets a value that indicates whether to remove the End of Page segment.  
public Property RemoveHeaderSegmentGets or sets a value that indicates whether to remove the JBIG2 header segment.  
public Property RemoveMarkerGets or sets a value that indicates whether to remove the two bytes marker from generic region segment data.  
public Property TextDifferentialThresholdGets or sets a value indicating the maximum difference allowed to map a text symbol to a dictionary symbol.  
public Property TextGbatX1Gets or sets the X location of the adaptive template pixel A1 for text-area encoding.  
public Property TextGbatX2Gets or sets the X location of the adaptive template pixel A2 for text-area encoding.  
public Property TextGbatX3Gets or sets the X location of the adaptive template pixel A3 for text-area encoding.  
public Property TextGbatX4Gets or sets the X location of the adaptive template pixel A4 for text-area encoding.  
public Property TextGbatY1Gets or sets the Y location of the adaptive template pixel A1 for text-area encoding.  
public Property TextGbatY2Gets or sets the Y location of the adaptive template pixel A2 for text-area encoding.  
public Property TextGbatY3Gets or sets the Y location of the adaptive template pixel A3 for text-area encoding.  
public Property TextGbatY4Gets or sets the Y location of the adaptive template pixel A4 for text-area encoding.  
public Property TextKeepAllSymbolsGets or sets a value indicating whether to keep all dictionary symbols.  
public Property TextMaximumSymbolAreaGets or sets a value indicating the maximum text symbol area.  
public Property TextMaximumSymbolHeightGets or sets a value indicating the maximum text symbol height.  
public Property TextMaximumSymbolWidthGets or sets a value indicating the maximum text symbol width.  
public Property TextMinimumSymbolAreaGets or sets a value indicating the minimum text symbol area.  
public Property TextMinimumSymbolHeightGets or sets a value indicating the minimum text symbol height.  
public Property TextMinimumSymbolWidthGets or sets a value indicating the minimum text symbol width.  
public Property TextQualityFactorGets or sets the degree of loss in the compression process for a text area.  
public Property TextRemoveUnrepeatedSymbolGets or sets a value indicating whether to remove unrepeated symbols from the dictionary.  
public Property TextTemplateTypeGets or sets a value that specifies which template-based arithmetic encoder to use when encoding a text area.  
public Property XResolutionGets or sets the reference image X resolution which JBIG2 options were set according to it.  
public Property YResolutionGets or sets the reference image Y resolution which JBIG2 options were set according to it.  
Top

See Also