Leadtools.Forms.Ocr Namespace > IOcrSettingDescriptor Interface : Name Property |
string Name {get;}
'Declaration ReadOnly Property Name As String
'Usage Dim instance As IOcrSettingDescriptor Dim value As String value = instance.Name
string Name {get;}
@property (nonatomic, copy, readonly) NSString* name;
public String getName()
get_Name();
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.