ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPageCollection Class
Members

In This Topic
    PdfPageCollection Class
    In This Topic
    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.C1Pdf.PdfPageCollection

    See Also