[]
Gets the page number of a page with a specified index within the current range.
public int GetPage(int pageIndex, int minPageNumber, int maxPageNumber)
Public Function GetPage(pageIndex As Integer, minPageNumber As Integer, maxPageNumber As Integer) As Integer
| 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). |
| Type | Description |
|---|---|
| int |