Visual Basic (Declaration) | |
---|---|
Public Property Selected As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Selected {get; set;} |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family