[]
Gets the total number of pages in the current range.
public int GetPageCount(int minPageNumber, int maxPageNumber)
Public Function GetPageCount(minPageNumber As Integer, maxPageNumber As Integer) As Integer
Type | Name | Description |
---|---|---|
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 |