Leadtools.Forms.Ocr Namespace > OcrZone Structure : Selected Property |
public bool Selected {get; set;}
'Declaration Public Property Selected As Boolean
'Usage Dim instance As OcrZone Dim value As Boolean instance.Selected = value value = instance.Selected
public bool Selected {get; set;}
@property (nonatomic, assign) BOOL selected;
public boolean getSelected() public void setSelected(boolean value)
get_Selected();
set_Selected(value);
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.