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