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;}
get_Selected();
set_Selected(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2