[]
Tests whether page numbers specified by the current OutputRange fall within a specified range.
public bool InRange(int minPageNumber, int maxPageNumber)
Public Function InRange(minPageNumber As Integer, maxPageNumber As Integer) As Boolean
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 |
---|---|
bool |