ComponentOne PDF for WPF and Silverlight
PdfPageCollection Class
Members 

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace : PdfPageCollection Class
A collection of PdfPage objects that make up the document.
Object Model
PdfPageCollection Class
Syntax
'Declaration
 
Public Class PdfPageCollection 
   Inherits System.Collections.Generic.List(Of PdfPage)
public class PdfPageCollection : System.Collections.Generic.List<PdfPage> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      C1.Silverlight.Pdf.PdfPageCollection

See Also

Reference

PdfPageCollection Members
C1.Silverlight.Pdf Namespace