LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

GetIntegerValue Method

Show in webframe







Unique setting name. If the IOcrEngine does not support the setting with the unique name settingName, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.
Gets the current value of an integer setting.
Syntax
int GetIntegerValue( 
   string settingName
)
'Declaration
 
Function GetIntegerValue( _
   ByVal settingName As String _
) As Integer
'Usage
 
Dim instance As IOcrSettingManager
Dim settingName As String
Dim value As Integer
 
value = instance.GetIntegerValue(settingName)
int GetIntegerValue( 
   string settingName
)
- (int)getIntegerValue:(NSString*)settingName
                 error:(NSError**)outError;
            
public int getIntegerValue(String settingName)
function Leadtools.Forms.Ocr.IOcrSettingManager.GetIntegerValue( 
   settingName 
)
int GetIntegerValue( 
   String^ settingName
) 

Parameters

settingName
Unique setting name. If the IOcrEngine does not support the setting with the unique name settingName, an exception will be thrown. You can check which settings the engine supports by using GetSettingNames or IsSettingNameSupported.

Return Value

The current integer value of the setting with the unique name settingName.
Remarks

The settingName setting must be an "integer" type setting, otherwise; this method will throw an exception. To get the type of a setting along with other information such as its friendly name and range use the GetSettingDescriptor method.

To set the value of an integer setting, use SetIntegerValue.

You can also set the value of any setting from a string (where the string will be converted to a compatible type) using SetValue. To get the value of any setting as a string, use GetValue Note that settings of type OcrSettingValueType.BeginCategory and OcrSettingValueType.EndCategory have no values and will throw an exception if you try to get or set their values.

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

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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