ComponentOne FlexReport for WinForms
GetMaxPage Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutputRange Class : GetMaxPage Method
The ending page number (used if the current range is to the end of a document).
Gets the ending page number of the current range.
Syntax
'Declaration
 
Public Function GetMaxPage( _
   ByVal maxPageNumber As System.Integer _
) As System.Integer
public System.int GetMaxPage( 
   System.int maxPageNumber
)

Parameters

maxPageNumber
The ending page number (used if the current range is to the end of a document).

Return Value

The actual ending page number.
See Also

Reference

OutputRange Class
OutputRange Members