←Select platform

GetForPage Method

Summary

Retrieves all PageCharacters corresponding to the provided page number.

Syntax
C#
C++/CLI
Python
public IList<PageCharacter> GetForPage( 
   int pageNumber 
) 
public:  
   IList<PageCharacter^>^ GetForPage( 
      Int32 pageNumber 
   ) 
def GetForPage(self,pageNumber): 

Parameters

pageNumber

Page number to look for.

Return Value

List of PageCharacters found on the page. If no characters are found, null is returned.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly

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