StructPageRange
Specifies a range of pages.
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public struct PageRange
Constructors
PageRange(int)
Initializes a new instance of the PageRange class that includes only the single specified page.
Declaration
public PageRange(int page)
Parameters
page
The page that is printed or processed.
PageRange(int, int)
Initializes a new instance of the PageRange class with the specified first and last pages.
Properties
PageFrom
Gets or sets the page number of the first page in the range.
Declaration
public int PageFrom { get; set; }
Property Value
The 1-based page number of the first page in the range.
Methods
Equals(object)
Tests whether an object of unknown type is equal to this PageRange.
GetHashCode()
Gets the hash code value for the PageRange.
ToString()
Gets a string representation of the range.
Operators
operator !=(PageRange, PageRange)
Defines the "!=" operator for testing whether two specified PageRange objects are not equal.
operator ==(PageRange, PageRange)
Defines the "==" operator for testing whether two specified PageRange objects are equal.