ComponentOne FlexReport for WinForms
GetPage Method (OutputRange)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutputRange Class : GetPage Method
The 0-based page index.
The starting page number (used if the current range is from the beginning of a document).
The ending page number (used if the current range is to the end of a document).
Gets the page number of a page with a specified index within the current range.
Syntax
'Declaration
 
Public Function GetPage( _
   ByVal pageIndex As System.Integer, _
   ByVal minPageNumber As System.Integer, _
   ByVal maxPageNumber As System.Integer _
) As System.Integer
public System.int GetPage( 
   System.int pageIndex,
   System.int minPageNumber,
   System.int maxPageNumber
)

Parameters

pageIndex
The 0-based page index.
minPageNumber
The starting page number (used if the current range is from the beginning of a document).
maxPageNumber
The ending page number (used if the current range is to the end of a document).
See Also

Reference

OutputRange Class
OutputRange Members