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.