Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

IsSettingNameSupported Method








Unique setting name.
Gets a value indicating whether the given setting name is supported by the IOcrEngine.
Syntax
bool IsSettingNameSupported( 
   string settingName
)
'Declaration
 
Function IsSettingNameSupported( _
   ByVal settingName As String _
) As Boolean
'Usage
 
Dim instance As IOcrSettingManager
Dim settingName As String
Dim value As Boolean
 
value = instance.IsSettingNameSupported(settingName)
bool IsSettingNameSupported( 
   string settingName
)
- (BOOL)isSettingNameSupported:(NSString *)settingName
public boolean isSettingNameSupported(String settingName)
function Leadtools.Forms.Ocr.IOcrSettingManager.IsSettingNameSupported( 
   settingName 
)
bool IsSettingNameSupported( 
   String^ settingName
) 

Parameters

settingName
Unique setting name.

Return Value

True if the setting name given by settingName is supported by the IOcrEngine; otherwise it is false.
Remarks

IOcrEngine is a wrapper for different OCR engines. These engines contain specific additional features and functionalities that can be queried and updated using the IOcrSettingManager interface.

You can use the different methods of the IOcrSettingManager interface to get and set the engine-specific settings. Each setting has a unique name (a string value). You can get all the settings available to the current OCR engine through the GetSettingNames method. The GetSettingDescriptor method returns a description of the setting (its type, friendly name and value range), you can then use the various setting get and set methods to query and change the value of a certain setting. For example, if the setting type is OcrSettingValueType.Integer, you can use the GetIntegerValue to get the current value of the setting and the SetIntegerValue to change its value. Refer to IOcrSettingManager for a complete example.

Example
For an example, refer to IOcrSettingManager.
Requirements

Target Platforms

See Also

Reference

IOcrSettingManager Interface
IOcrSettingManager Members
GetSettingNames Method
Programming with LEADTOOLS .NET OCR
OCR engine-specific Settings

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features