C1.UWP.Document Assembly / C1.Xaml.Document 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).

In This Topic
GetPage Method (OutputRange)
In This Topic
Gets the page number of a page with a specified index within the current range.
Syntax
'Declaration
 
Public Function GetPage( _
   ByVal pageIndex As Integer, _
   ByVal minPageNumber As Integer, _
   ByVal maxPageNumber As Integer _
) As Integer
 

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