Gets or sets a value indicating whether this zone is selected.
public bool Selected { get; set; }
Public Property Selected As Boolean
public bool Selected {get; set;}
public boolean getSelected()
public void setSelected(boolean value)
<br/>get_Selected();<br/>set_Selected(value);<br/>Object.defineProperty('Selected');
True if the zone is selected; otherwise it is false.
Selected is a user-defined value and is not used by the OCR engine. Calling IOcrPage.AutoZone will always fill the page with zones whose Selected value is set to false.
You can use Selected if the application uses the zones in its user interface, refer to the IOcrPage.HitTestZone example for more information.
For an example, refer to IOcrPage.HitTestZone.
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