[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OutputRange.InRange

InRange Method

InRange(int, int)

Tests whether page numbers specified by the current OutputRange fall within a specified range.

Declaration
public bool InRange(int minPageNumber, int maxPageNumber)
Public Function InRange(minPageNumber As Integer, maxPageNumber As Integer) As Boolean
Parameters
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).

Returns
Type Description
bool