PageResults Property
Summary
Consists of a list of
PageRecognitionResult objects containing the success or failure result of comparison operation for each Form page.
Syntax
public:
property IList<PageRecognitionResult^>^ PageResults {
IList<PageRecognitionResult^>^ get();
}
Property Value
List representing the results of the recognition process for the different Form pages.