|  | |
| PdfPageCollection Methods | |
The PdfPageCollection type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Add | 
            Creates a new pdf page and adds it to the pdf document pages collection. 
             | 
|  | Add(PdfMargins) | 
            Creates a new pdf page with the specified margins and adds it to the pdf document pages collection. 
             | 
|  | Add(PdfPage) | 
            Adds the specified page to the pdf document pages collection. 
             | 
|  | Add(PdfPage) | 
            Adds the specified array of pages to the pdf document pages collection. 
             | 
|  | Add(PdfCustomPageSize, PdfMargins) | 
            Creates a new pdf page with the specified size and margins and adds it to the pdf document pages collection. 
             | 
|  | Add(PdfCustomPageSize, PdfMargins, PdfPageOrientation) | 
            Creates a new pdf page with the specified size, margins and orientation and adds it to the pdf document pages collection. 
             | 
|  | Contains | 
            Indicates if the collection contains the specified page.
             | 
|  | GetEnumerator | 
            Gets the collection enumerator.
             | 
|  | IndexOf | 
            Returns the index of specified page in collection.
             | 
|  | Insert(Int32, PdfPage) | 
            Inserts the specified page into the pdf document pages collection at the specified index. 
             | 
|  | Insert(Int32, PdfCustomPageSize, PdfMargins, PdfPageOrientation) | 
            Creates a new pdf page with the specified size, margins and orientation and inserts it into the pdf document pages collection
            at the specified index.
             | 
|  | Remove | 
            Removes the specified page from the pdf document pages collection.
             | 
|  | RemoveAt | 
            Removes the pdf page at the specified index in pdf document pages collection.
             | 
 See Also
See Also