[]
        
(Showing Draft Content)

C1.WPF.Document.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)
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