LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Selected Property

Show in webframe







Gets or sets a value indicating whether this zone is selected.
Syntax
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;}
@property (nonatomic, assign) BOOL selected;
public boolean getSelected()
public void setSelected(boolean value)
            
 
get_Selected();
set_Selected(value);
Object.defineProperty('Selected');
public:
property bool Selected {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

OcrZone Structure
OcrZone Members
AutoZone Method
OcrZoneType Enumeration
OcrZoneFillMethod Enumeration
OcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Selected requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features