PageCollection
Class
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:
C#
public sealed class PageCollection : DocumentElementCollection<RadFixedPage, RadFixedDocument>, IList<RadFixedPage>, ICollection<RadFixedPage>, IEnumerable<RadFixedPage>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<RadFixedPage, RadFixedDocument>DocumentElementCollection<RadFixedPage, RadFixedDocument>PageCollection
Implements:
Inherited Members
Methods
Add a new page, assign the next sequential , and return it.
Executes the action after the item is added to the collection.
C#
protected override void OnAfterAdd(RadFixedPage item)
The page that has been added to the collection.
Overrides:
Executes the action after the item is removed from the collection.
C#
protected override void OnAfterRemove(RadFixedPage item)
The page that has been removed from the collection.
Overrides: