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



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

Represents the reason for the recognition results.

Syntax

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

Members

MemberDescription
InvalidNumberOfPagesThe form does not match the master form because it has a different number of pages.
SuccessThe recognition process was successful.

Remarks

It is used in FormRecognitionResult that is returned by FormRecognitionEngine.CompareForm when comparing a Form with a Master Form. If the two forms do not have the same number of pages the comparison will report FormRecognitionResult.Confidence equals to zero with Leadtools.Forms.Recognition.FormRecognitionReason.InvalidNumberOfPages. To compare two different forms with different number of pages use FormRecognitionEngine.ComparePage.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Recognition.FormRecognitionReason

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

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features