PageRange
Struct
Specifies a range of pages.
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public struct PageRange
Constructors
Properties
Gets or sets the page number of the first page in the range.
C#
public int PageFrom { get; set; }
The 1-based page number of the first page in the range.