Class PageCollection
Represents fixed pages collection.
Inheritance
System.Object
PageCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 new instance of RadFixedPage and add it to the collection.
Declaration
public RadFixedPage AddPage()
Returns
RadFixedPage
The new RadFixedPage instance. |