The Selected Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating whether this zone is selected.Visual Basic (Declaration) | |
---|---|
Public Property Selected As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrZone Dim value As Boolean instance.Selected = value value = instance.Selected |
C# | |
---|---|
public bool Selected {get; set;} |
Property Value
True if the zone is selected; otherwise it is false.For an example, refer to IOcrPage.HitTestZone.
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7