←Select platform

GetPage Method

Summary

Returns the FormPage at the specified page number.

Syntax

C#
VB
C++
Java
public FormPage GetPage( 
   int pageNumber 
) 
  
Public Function GetPage( _ 
   ByVal pageNumber As Integer _ 
) As FormPage 
public FormPage getPage( 
   int pageNumber 
); 
public: 
FormPage^ GetPage(  
   int pageNumber 
)  

Parameters

pageNumber
The page number.

Requirements

Target Platforms

See Also

Reference

FormPages Class

FormPages Members

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

Leadtools.Forms.Processing Assembly