Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > NativeOcrZone Structure : Name Property |
public string Name {get; set;}
'Declaration
Public Property Name As String
'Usage
Dim instance As NativeOcrZone Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}
public String getName() public void setName(String value)
<br/>get_Name();<br/>set_Name(value);<br/>Object.defineProperty('Name');
The name is a user-defined value and is not used by the OCR engine. Calling IOcrPage.AutoZone will always fill the page with zones whose Name is set to null (Nothing in Visual Basic).
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