←Select platform

Name Property

Summary

Gets or sets the optional zone name.

Syntax
C#
VB
Objective-C
C++
Java
public string Name { get; set; } 
Public Property Name As String 
@property (nonatomic, copy, nullable) NSString *name 
public String getName() 
public void setName(String value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly