←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#
VB
C++
Java
public IList<PageRecognitionResult> PageResults { get; } 
  
Public ReadOnly Property PageResults As IList(Of PageRecognitionResult) 
public java.util.List<PageRecognitionResult> getPageResults(); 
public: 
property IList<PageRecognitionResult^>^ PageResults { 
   IList<PageRecognitionResult^>^ get(); 
} 

Property Value

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

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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