Leadtools.Forms.Recognition Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FormRecognitionReason Enumeration
See Also  
Leadtools.Forms.Recognition Namespace : FormRecognitionReason Enumeration



Represents the reason for the recognition results.

Syntax

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

Members

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

Remarks

It is used in FormRecognitionResult that is returned by FormRecognitionEngine.CompareForm(FormRecognitionAttributes,FormRecognitionAttributes,FormProgressCallback) when comapring 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(FormRecognitionAttributes,Int32,FormRecognitionAttributes,Int32).

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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