←Select platform

Name Property

Summary

Gets or sets the optional zone name.

Syntax

C#
VB
Java
WinRT C#
C++
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');  
public: 
property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String value that specifies the optional zone name.

Remarks

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).

Example

For an example, refer to IOcrPage.AutoZone.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly