This documentation is archived and is not being maintained.
PageRange Structure
Visual Studio 2010
Specifies a range of pages.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
The PageRange type exposes the following members.
| 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. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Gets the hash code value for the PageRange. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Gets a string representation of the range. (Overrides ValueType::ToString().) |
| 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
