←Select platform

PageResults Property

Summary
Consists of a list of PageRecognitionResult objects containing the success or failure result of comparison operation for each Form page.

Syntax
C#
C++/CLI
Java
Python
public IList<PageRecognitionResult> PageResults { get; } 
public java.util.List<PageRecognitionResult> getPageResults(); 
public: 
property IList<PageRecognitionResult^>^ PageResults { 
   IList<PageRecognitionResult^>^ get(); 
} 
PageResults # get  (FormRecognitionResult) 

Property Value

List representing the results of the recognition process for the different Form pages.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.