The AutoFormsRecognitionManager Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Represents the recognition objects managers.| Visual Basic (Declaration) | |
|---|---|
Public Enum AutoFormsRecognitionManager Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AutoFormsRecognitionManager | |
| C# | |
|---|---|
public enum AutoFormsRecognitionManager : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class AutoFormsRecognitionManager : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Barcode | Use the barcode object manager. |
| Default | Use the default object manager. |
| None | Do not use any object manager. |
| Ocr | Use the OCR object manager. |
This enumeration is used in the AutoFormsEngine constructor to specify the needed recognition object mangers.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Auto.AutoFormsRecognitionManager
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code