←Select platform

Name Property

Summary

Gets the unique name of setting.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Name { get; } 
ReadOnly Property Name As String 
string Name {get;} 
@property (nonatomic, copy, readonly, nullable) NSString *name 
public String getName() 
get_Name();  
property String^ Name { 
   String^ get(); 
} 

Property Value

The unique name of setting.

Remarks

This is the same name you pass to IOcrSettingManager.GetSettingDescriptor.

For a list of supported engine-specific settings and their meanings, refer to OCR engine-specific Settings.

Example

For an example, refer to IOcrSettingManager.

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