Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageCollection Class
Properties Methods

In This Topic
    PageCollection Class Members
    In This Topic

    The following tables list the members exposed by PageCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public PropertyGets the GcPdfDocument object owning this PageCollection collection.  
    Public Property (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public PropertyGets the last page in the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new Page and adds it to the end of the document.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public MethodClones a page at a specified index (sourceIndex) and inserts it at a specified position (destinationIndex).  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public MethodOverloaded. Creates a new page and inserts it at a specific position in the document.  
    Public MethodMoves a page specified by its 0-based index to another position in the collection.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Page>)
    Public MethodSwaps two pages specified by their 0-based indices.  
    Top
    See Also