←Select platform

GetPage Method

Summary

Gets the Page object using its Page.PageNumber property.

Syntax
C#
VB
C++
Java
public Page GetPage( 
   int pageNumber 
) 
public Page getPage( 
   int pageNumber 
); 
Public Function GetPage( 
   ByVal pageNumber As Integer 
) As Page 
public:  
   Page^ GetPage( 
      Int32 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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