Products | Support | Back to Introduction | Email a link to this topic. | Back to Introduction - All Topics | Help Version 19.0.4.12
|
Leadtools.Forms Namespace : FormsRecognitionMethod Enumeration |
[SerializableAttribute()] public enum FormsRecognitionMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum FormsRecognitionMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FormsRecognitionMethod
[SerializableAttribute()] public enum class FormsRecognitionMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Complex | Complex Method that takes more time than the Simple Method, but can recognize almost all forms. This method is affected by which FormsTradeoffMode is selected in the Leadtools.Forms.Recognition.PageRecognitionOptions. |
0x00000001 | Simple | Simple method that takes less time than the Complex Method. Although it can recognize most forms passed to it, it cannot recognize forms that contain invoices. |
System.Object
System.ValueType
System.Enum
Leadtools.Forms.FormsRecognitionMethod