Class PageCollection
Represents a collection of pages within the document.
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()
Creates a new RadFixedPage instance and adds it to the collection with automatic page numbering.
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. |