LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

OcrSettingValueType Enumeration

Show in webframe







Defines a setting type.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrSettingValueType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrSettingValueType
enum LTOcrSettingValueType
public enum OcrSettingValueType
Leadtools.Forms.Ocr.OcrSettingValueType = function() { };
Leadtools.Forms.Ocr.OcrSettingValueType.prototype = {
BeginCategory = 0x00000000, EndCategory = 0x00000001, Integer = 0x00000002, Enum = 0x00000003, Double = 0x00000004, Boolean = 0x00000005, Character = 0x00000006, String = 0x00000007, Rectangle = 0x00000008, };
[SerializableAttribute()]
public enum class OcrSettingValueType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000BeginCategoryBeginning of a new category. This setting has no value.
0x00000001EndCategoryEnd of the current category. This setting has no value.
0x00000002IntegerAn integer setting.
0x00000003EnumAn enum setting.
0x00000004DoubleA double value setting.
0x00000005BooleanA boolean setting (true or false).
0x00000006CharacterA character (UNICODE) setting.
0x00000007StringA string (UNICODE) setting.
0x00000008RectangleA Leadtools.Forms.LogicalRectangle setting.
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.

Example
For an example, refer to IOcrSettingManager.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
IOcrSettingManager Interface
IOcrSettingDescriptor Interface
Programming with the LEADTOOLS .NET OCR
OCR Engine Specific Settings

 

 


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

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