Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > NativeOcrZone Structure : Selected Property |
public bool Selected {get; set;}
'Declaration
Public Property Selected As Boolean
'Usage
Dim instance As NativeOcrZone Dim value As Boolean instance.Selected = value value = instance.Selected
public bool Selected {get; set;}
public boolean getSelected() public void setSelected(boolean value)
<br/>get_Selected();<br/>set_Selected(value);<br/>Object.defineProperty('Selected');
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.
NativeOcrZone Structure
NativeOcrZone Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneFillMethod Enumeration
NativeOcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR