Leadtools.Forms.Ocr Namespace : OcrSettingValueType Enumeration |
[SerializableAttribute()] public enum OcrSettingValueType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum OcrSettingValueType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrSettingValueType
[SerializableAttribute()] public enum OcrSettingValueType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrSettingValueType = function() { }; Leadtools.Forms.Ocr.OcrSettingValueType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class OcrSettingValueType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BeginCategory | Beginning of a new category. This setting has no value. |
Boolean | A boolean setting (true or false). |
Character | A character (UNICODE) setting. |
Double | A double value setting. |
EndCategory | End of the current category. This setting has no value. |
Enum | An enum setting. |
Integer | An integer setting. |
Rectangle | A Leadtools.Forms.LogicalRectangle setting. |
String | A string (UNICODE) setting. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrSettingValueType
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