UseEngineInstanceOptions Property (original) (raw)
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool UseEngineInstanceOptions { get; set; }
@property (nonatomic, assign) BOOL useEngineInstanceOptions
public boolean getUseEngineInstanceOptions()
public void setUseEngineInstanceOptions(boolean value)
property bool UseEngineInstanceOptions {
bool get();
void set ( bool );
}
Property Value
true if this IOcrDocument must copy the RasterCodecs and DocumentWriter options from the IOcrEngine before using them; otherwise, false. Default value is true.