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


The following tables list the members exposed by CodecsJbig2SaveOptions.

Public Properties

 NameDescription
Public PropertyEnableDictionary Gets or sets a value that indicates whether to enable the encoder to use the text symbol dictionary.  
Public PropertyImageGbatX1 Gets or sets the X location of the adaptive template pixel A1 for non-text area encoding.  
Public PropertyImageGbatX2 Gets or sets the X location of the adaptive template pixel A2 for non-text area encoding.  
Public PropertyImageGbatX3 Gets or sets the X location of the adaptive template pixel A3 for non-text area encoding.  
Public PropertyImageGbatX4 Gets or sets the X location of the adaptive template pixel A4 for non-text area encoding.  
Public PropertyImageGbatY1 Gets or sets the Y location of the adaptive template pixel A1 for non-text area encoding.  
Public PropertyImageGbatY2 Gets or sets the Y location of the adaptive template pixel A2 for non-text area encoding.  
Public PropertyImageGbatY3 Gets or sets the Y location of the adaptive template pixel A3 for non-text area encoding.  
Public PropertyImageGbatY4 Gets or sets the Y location of the adaptive template pixel A4 for non-text area encoding.  
Public PropertyImageQualityFactor Gets or sets the degree of loss in the compression process for non-text areas.  
Public PropertyImageTemplateType {NR} Gets or sets a value that specifies which template-based arithmetic encoder to use when encoding a non-text area.  
Public PropertyImageTypicalPredictionOn Gets or sets a value that indicates whether to use typical prediction (TP) while encoding non-text area.  
Public PropertyRemoveEofSegment Gets or sets a value that indicates whether to remove the End of File segment.  
Public PropertyRemoveEopSegment Gets or sets a value that indicates whether to remove the End of Page segment.  
Public PropertyRemoveHeaderSegment Gets or sets a value that indicates whether to remove the JBIG2 header segment.  
Public PropertyRemoveMarker Gets or sets a value that indicates whether to remove the two bytes marker from generic region segment data.  
Public PropertyTextDifferentialThreshold Gets or sets a value indicating the maximum difference allowed to map a text symbol to a dictionary symbol.  
Public PropertyTextGbatX1 Gets or sets the X location of the adaptive template pixel A1 for text-area encoding.  
Public PropertyTextGbatX2 Gets or sets the X location of the adaptive template pixel A2 for text-area encoding.  
Public PropertyTextGbatX3 Gets or sets the X location of the adaptive template pixel A3 for text-area encoding.  
Public PropertyTextGbatX4 Gets or sets the X location of the adaptive template pixel A4 for text-area encoding.  
Public PropertyTextGbatY1 Gets or sets the Y location of the adaptive template pixel A1 for text-area encoding.  
Public PropertyTextGbatY2 Gets or sets the Y location of the adaptive template pixel A2 for text-area encoding.  
Public PropertyTextGbatY3 Gets or sets the Y location of the adaptive template pixel A3 for text-area encoding.  
Public PropertyTextGbatY4 Gets or sets the Y location of the adaptive template pixel A4 for text-area encoding.  
Public PropertyTextKeepAllSymbols Gets or sets a value indicating whether to keep all dictionary symbols.  
Public PropertyTextMaximumSymbolArea Gets or sets a value indicating the maximum text symbol area.  
Public PropertyTextMaximumSymbolHeight Gets or sets a value indicating the maximum text symbol height.  
Public PropertyTextMaximumSymbolWidth Gets or sets a value indicating the maximum text symbol width.  
Public PropertyTextMinimumSymbolArea Gets or sets a value indicating the minimum text symbol area.  
Public PropertyTextMinimumSymbolHeight Gets or sets a value indicating the minimum text symbol height.  
Public PropertyTextMinimumSymbolWidth Gets or sets a value indicating the minimum text symbol width.  
Public PropertyTextQualityFactor Gets or sets the degree of loss in the compression process for a text area.  
Public PropertyTextRemoveUnrepeatedSymbol Gets or sets a value indicating whether to remove unrepeated symbols from the dictionary.  
Public PropertyTextTemplateType Gets or sets a value that specifies which template-based arithmetic encoder to use when encoding a text area.  
Public PropertyXResolution Gets or sets the reference image X resolution which JBIG2 options were set according to it.  
Public PropertyYResolution Gets or sets the reference image Y resolution which JBIG2 options were set according to it.  
Top

See Also