![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Specifies a range of pages.
Assembly: PresentationFramework (in PresentationFramework.dll)
public struct PageRange
public value struct PageRange
[<Sealed>]
type PageRange = struct end
Public Structure PageRange
Name | Description | |
---|---|---|
![]() | Equals | Tests whether an object of unknown type is equal to this PageRange. (Overrides ValueTypeEquals.) |
![]() | Equals | Tests whether a PageRange is equal to this PageRange. |
![]() | GetHashCode | Gets the hash code value for the PageRange.(Overrides ValueTypeGetHashCode.) |
![]() | GetType | |
![]() | ToString | Gets a string representation of the range.(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality | Defines the "==" operator for testing whether two specified PageRange objects are equal. |
![]() ![]() | Inequality | 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.