Leadtools.Forms.Ocr Namespace > OcrZone Structure : Name Property |
public string Name {get; set;}
'Declaration Public Property Name As String
public string Name {get; set;}
@property (nonatomic, copy) NSString* name;
public String getName() public void setName(String value)
get_Name();
set_Name(value);
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).