PageRange Structure
Specifies a range of pages.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | PageRange(Int32) | Initializes a new instance of the PageRange class that includes only the single specified page. |
![]() | PageRange(Int32, Int32) | Initializes a new instance of the PageRange class with the specified first and last pages. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Tests whether an object of unknown type is equal to this PageRange. (Overrides ValueType::Equals(Object^).) |
![]() | Equals(PageRange) | Tests whether a PageRange is equal to this PageRange. |
![]() | GetHashCode() | Gets the hash code value for the PageRange.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Gets a string representation of the range.(Overrides ValueType::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(PageRange, PageRange) | Defines the "==" operator for testing whether two specified PageRange objects are equal. |
![]() ![]() | Inequality(PageRange, PageRange) | Defines the "!=" operator for testing whether two specified PageRange objects are not equal. |
PageRange defines a range of pages that should be processed in an operation such as printing.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



