ComponentOne PDF for WPF and Silverlight
PdfPageCollection Class
Members 

C1.WPF.Pdf.4 Assembly > C1.WPF.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.WPF.Pdf.PdfPageCollection

See Also

Reference

PdfPageCollection Members
C1.WPF.Pdf Namespace