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;
get_ImageTypicalPredictionOn();
set_ImageTypicalPredictionOn(value);
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.