←Select platform

FormsRecognitionMethod Enumeration

Summary

Represents the Method used for recognition.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum FormsRecognitionMethod 
  
<SerializableAttribute()> 
Public Enum FormsRecognitionMethod  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class FormsRecognitionMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0ComplexComplex 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.
1SimpleSimple 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.
Remarks

FormsRecognitionMethod provides main methods used to recognize and process forms. FormsRecognitionMethod is used in Leadtools.Forms.Recognition.PageRecognitionOptions.

Example

For an example, refer to Leadtools.Forms.Recognition.PageRecognitionOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms Assembly