Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Selected Property








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 NativeOcrZone
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected
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 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

NativeOcrZone Structure
NativeOcrZone Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneFillMethod Enumeration
NativeOcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features