public bool UsePredictor {get; set;}
'Declaration
Public Property UsePredictor As Boolean
'Usage
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
instance.UsePredictor = value
value = instance.UsePredictor
public bool UsePredictor {get; set;}
@property (nonatomic, assign) BOOL usePredictor;
public boolean getUsePredictor()
public void setUsePredictor(boolean value)
get_UsePredictor();
set_UsePredictor(value);
Object.defineProperty('UsePredictor');
public:
property bool UsePredictor {
bool get();
void set ( bool value);
}
Property Value
true to use a predictor when saving LZW data; otherwise, false.