Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IOcrSettingDescriptor Interface
See Also  Members  
Leadtools.Forms.Ocr Namespace : IOcrSettingDescriptor Interface



Defines a setting name, friendly name, type and range.

Syntax

Visual Basic (Declaration) 
Public Interface IOcrSettingDescriptor 
Visual Basic (Usage)Copy Code
Dim instance As IOcrSettingDescriptor
C# 
public interface IOcrSettingDescriptor 
C++/CLI 
public interface class IOcrSettingDescriptor 

Example

For an example, refer to IOcrSettingManager.

Remarks

IOcrSettingDescriptor contains the properties of a setting. You can get the settings supported by the OCR engine by calling IOcrSettingManager.GetSettingNames and you can get the descriptor (an instance of IOcrSettingDescriptor) of a setting by calling IOcrSettingManager.GetSettingDescriptor.

The following table lists the members of IOcrSettingDescriptor and their meaning:
MemberDescriptionValid For
IOcrSettingDescriptor.NameThe unique name of setting. This is the same name you pass to IOcrSettingManager.GetSettingDescriptorAll types
IOcrSettingDescriptor.ValueTypeOne of the OcrSettingValueType enumeration member specifying the setting typeAll types
IOcrSettingDescriptor.FriendlyNameFriendly name of the setting. You can use this name in your user applicationAll types
IOcrSettingDescriptor.UnitsName of the unit of the valueOcrSettingValueType.Integer and OcrSettingValueType.Double
IOcrSettingDescriptor.IntegerMinimumValueMinimum allowed value of the settingOcrSettingValueType.Integer
IOcrSettingDescriptor.IntegerMaximumValueMaximum allowed value of the settingOcrSettingValueType.Integer
IOcrSettingDescriptor.EnumIsFlagsIf true, the enum setting members can be combined together (OR'ed), otherwise; only one enum member can be set at a timeOcrSettingValueType.Enum
IOcrSettingDescriptor.GetEnumMemberFriendlyNamesReturns an array of strings containing the enumeration members friendly names. You can use these name in your user applicationOcrSettingValueType.Enum
IOcrSettingDescriptor.GetEnumMemberValuesReturns an array of integers containing the enumeration members valuesOcrSettingValueType.Enum
IOcrSettingDescriptor.DoubleMinimumValueMinimum allowed value of the settingOcrSettingValueType.Double
IOcrSettingDescriptor.DoubleMaximumValueMaximum allowed value of the settingOcrSettingValueType.Double
IOcrSettingDescriptor.StringMaximumLengthMaximum number of characters in the value of the settingOcrSettingValueType.String
IOcrSettingDescriptor.StringNullAllowedA null (Nothing in Visual Basic) is a valid value for this settingOcrSettingValueType.String

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 IOcrSettingManager.GetSettingNames method. The IOcrSettingManager.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 IOcrSettingManager.GetIntegerValue to get the current value of the setting and the IOcrSettingManager.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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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