Class PageCollection
Document pages collection used to create, order, and manage page instances during layout.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class PageCollection : DocumentElementCollection<RadFixedPage, RadFixedDocument>, IList<RadFixedPage>, ICollection<RadFixedPage>, IEnumerable<RadFixedPage>, IEnumerable
Methods
AddPage()
Add a new page, assign the next sequential Telerik.Windows.Documents.Fixed.Model.RadFixedPage.PageNumber, and return it.
Declaration
public RadFixedPage AddPage()
Returns
|
RadFixedPage
The newly created page instance. |
OnAfterAdd(RadFixedPage)
Executes the action after the item is added to the collection.
Declaration
protected override void OnAfterAdd(RadFixedPage item)
Parameters
|
RadFixedPage
item
The page that has been added to the collection. |
Overrides
OnAfterRemove(RadFixedPage)
Executes the action after the item is removed from the collection.
Declaration
protected override void OnAfterRemove(RadFixedPage item)
Parameters
|
RadFixedPage
item
The page that has been removed from the collection. |