←Select platform

GetPage Method

Summary

Gets the Page object using its Page.PageNumber property.

Syntax
C#
C++/CLI
Java
Python
public Page GetPage( 
   int pageNumber 
) 
public Page getPage( 
   int pageNumber 
); 
public:  
   Page^ GetPage( 
      Int32 pageNumber 
   ) 
def GetPage(self,pageNumber): 

Parameters

pageNumber

Integer that represents the page number to return. The value starts from 1.

Return Value

Page object associated with the pageNumber arguments.

Remarks

If Page is not in the collection, then __IndexOutOfRangeException__ will be thrown.

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.Processing.Omr Assembly

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