LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)
LEAD Technologies, Inc

GetSettingNames Method






Gets all the names of the supported engine-specific settings. .NET support WinRT support
Syntax
string[] GetSettingNames()
'Declaration
 
Function GetSettingNames() As String()
'Usage
 
Dim instance As IOcrSettingManager
Dim value() As String
 
value = instance.GetSettingNames()
string[] GetSettingNames()
function Leadtools.Forms.Ocr.IOcrSettingManager.GetSettingNames()
array<String^>^ GetSettingNames(); 

Return Value

An array of System.String that contains the names of the supported engine-specific settings.
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.

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

GetSettingNames requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features