Gets or sets a value that indicate whether this is an engine zone.
public bool IsEngineZone { get; set; }
Public Property IsEngineZone As Boolean
public bool IsEngineZone {get; set;}
public boolean isEngineZone()
public void setIsEngineZone(boolean value)
<br/>get_IsEngineZone();<br/>set_IsEngineZone(value);<br/>Object.defineProperty('IsEngineZone');
true if this is an engine zone, otherwise; false. Default value is false.
An engine zone is one created by IOcrPage.AutoZone and not added or modified by the user. If you add or modify a zone, the value of IsEngineZone will always be false. The engine uses this property internally for storing internal data used for extra processing.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET