LEADTOOLS Forms (Leadtools.Forms.Recognition assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Reason Property
See Also 
Leadtools.Forms.Recognition Namespace > FormRecognitionResult Class : Reason Property



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

Identifies the reason for the Confidence result.

Syntax

Visual Basic (Declaration) 
Public Property Reason As FormRecognitionReason
Visual Basic (Usage)Copy Code
Dim instance As FormRecognitionResult
Dim value As FormRecognitionReason
 
instance.Reason = value
 
value = instance.Reason
C# 
public FormRecognitionReason Reason {get; set;}
C++/CLI 
public:
property FormRecognitionReason Reason {
   FormRecognitionReason get();
   void set (    FormRecognitionReason value);
}

Property Value

Value representing the reason for the recognition result.

Remarks

Leadtools.Forms.Recognition.FormRecognitionReason.Success means the comparison has been performed successfully and the FormRecognitionResult.Confidence represents the correlation between the Form and the Master Form. Leadtools.Forms.Recognition.FormRecognitionReason.InvalidNumberOfPages means the comparison was failed because the Master Form attributes and the Form attributes has different number of pages to compare. If the Form Attributes has all the pages but different than the number of pages of the master Form attributes this means the Form is not of the type of the Master Form.

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