The OutputRange type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies values from another instance of OutputRange.
Public method Clone
Clones the current OutputRange.
Public method Contains
Tests whether the specified page is within the range.
Public method GetEnumerator
Creates and returns a new enumerator that allows to loop through all pages in the range.
Public method GetFirstPage
Returns the first page in the range.
Public method GetNextPage(Int32)
Returns the page number in the range following the specified one, or -1 if the specified number was the last one.
Public method GetNextPage(Int32, Int32%)
Returns the page number in the range following the specified one, or -1 if the specified number was the last one.
Public method ToString
Returns a string that represents the current OutputRange.
(Overrides Object..::..ToString()()()().)

See Also