←Select platform

Selected Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public bool Selected { get; set; } 
Public Property Selected As Boolean 
public bool Selected {get; set;} 
public boolean getSelected() 
public void setSelected(boolean value) 
             
 <br/>get_Selected();<br/>set_Selected(value);<br/>Object.defineProperty('Selected');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly