LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrSettingValueType Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrSettingValueType Enumeration



The OcrSettingValueType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Defines a setting type.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum OcrSettingValueType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OcrSettingValueType
C# 
[SerializableAttribute()]
public enum OcrSettingValueType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[SerializableAttribute()]
public enum class OcrSettingValueType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BeginCategoryBeginning of a new category. This setting has no value.
BooleanA boolean setting (true or false).
CharacterA character (UNICODE) setting.
DoubleA double value setting.
EndCategoryEnd of the current category. This setting has no value.
EnumAn enum setting.
IntegerAn integer setting.
RectangleA Leadtools.Forms.LogicalRectangle setting.
StringA string (UNICODE) setting.

Example

For an example, refer to IOcrSettingManager.

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 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrSettingValueType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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