The OutputRange type exposes the following members.

Properties

  Name Description
Public property Static member All
Represents an all-inclusive range.
Public property FromPage
Gets the first page in the range.
Public property Inverted
Gets or sets the value indicating whether the range should be inverted. If the range is inverted, the range's iterator goes from the end of the range backwards.
Public property MaxPageNumber
Gets or sets the absolute upper limit for page numbers in the range.
Public property PageCount
Gets the total number of pages in the range. Note that if the MaxPageNumber has not been set, this property will get int.MaxValue.
Public property PageNumbers
Gets the list of page numbers.
Public property ToPage
Gets the last page in the range.
Public property Type
Type of range: all pages, range of pages etc.

See Also