ClassPageCollection
Document pages collection used to create, order, and manage page instances during layout.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public sealed class PageCollection : DocumentElementCollection<RadFixedPage, RadFixedDocument>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<RadFixedPage, RadFixedDocument>DocumentElementCollection<RadFixedPage, RadFixedDocument>PageCollection
Implements:
Inherited Members
Methods
AddPage()
Add a new page, assign the next sequential , and return it.
Declaration
public RadFixedPage AddPage()
Returns
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
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
item
The page that has been removed from the collection.
Overrides