Gets or sets the optional zone name.
public string Name { get; set; }
Public Property Name As String
public string Name {get; set;}
public String getName()
public void setName(String value)
<br/>get_Name();<br/>set_Name(value);<br/>Object.defineProperty('Name');
A String value that specifies the optional zone 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 VB).
For an example, refer to IOcrPage.AutoZone.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET