[SerializableAttribute()]public enum FormRecognitionReason
| Value | Member | Description |
|---|---|---|
| 0 | Success | The recognition process was successful. |
| 1 | InvalidNumberOfPages | The form does not match the master form because it has a different number of pages. |
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.