Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

ImageTypicalPredictionOn Property








Gets or sets a value that indicates whether to use typical prediction (TP) while encoding non-text area.
Syntax
public bool ImageTypicalPredictionOn {get; set;}
'Declaration
 
Public Property ImageTypicalPredictionOn As Boolean
'Usage
 
Dim instance As CodecsJbig2SaveOptions
Dim value As Boolean
 
instance.ImageTypicalPredictionOn = value
 
value = instance.ImageTypicalPredictionOn
public bool ImageTypicalPredictionOn {get; set;}
@property (nonatomic, assign) BOOL imageTypicalPredictionOn
public boolean isImageTypicalPredictionOn()
public void setImageTypicalPredictionOn(boolean imageTypicalPrediction)
            
 <br/>get_ImageTypicalPredictionOn();<br/>set_ImageTypicalPredictionOn(value);<br/>Object.defineProperty('ImageTypicalPredictionOn'); 
public:
property bool ImageTypicalPredictionOn {
   bool get();
   void set (    bool value);
}

Property Value

true to use typical prediction (TP) while encoding non-text area; otherwise, false.
Example
For an example, refer to CodecsJbig2Options.
Requirements

Target Platforms

See Also

Reference

CodecsJbig2SaveOptions Class
CodecsJbig2SaveOptions Members

Error processing SSI file