Visual Basic (Declaration) | |
---|---|
Public Property Reason As FormRecognitionReason |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public FormRecognitionReason Reason {get; set;} |
C++/CLI | |
---|---|
public: property FormRecognitionReason Reason { FormRecognitionReason get(); void set (FormRecognitionReason value); } |
Return Value
Value representing the reason for the recognition result.Leadtools.Forms.Recognition.FormRecognitionReason.Success means the comparison has been performed successfuly 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 o fthe master Form attributes this means the Form is not of the type of the Master Form.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family