[]
        
(Showing Draft Content)

C1.WPF.Document.OutputRange.GetPage

GetPage Method

GetPage(int, int, int)

Gets the page number of a page with a specified index within the current range.

Declaration
public int GetPage(int pageIndex, int minPageNumber, int maxPageNumber)
Parameters
Type Name Description
int pageIndex

The 0-based page index.

int minPageNumber

The starting page number (used if the current range is from the beginning of a document).

int maxPageNumber

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

Returns
Type Description
int