←Select platform

Selected Property

Summary

Gets or sets a value indicating whether this zone is selected.

Syntax
C#
VB
C++
Java
public bool Selected { get; set; } 
Public Property Selected As Boolean 
public boolean getSelected() 
public void setSelected(boolean value) 
public: 
property bool Selected { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True if the zone is selected; otherwise it is false.

Remarks

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.

Example

For an example, refer to IOcrPage.HitTestZone.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly