Gets the unique name of setting.
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();
}
The unique name of setting.
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.
For an example, refer to IOcrSettingManager.
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