| | Name | Description |
 | Add | Overloaded. Adds a page to the document. |
 | AddRange | Overloaded. Adds the elements of an System.Collections.ICollection to the end of the document. |
 | AsReadOnly | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | Clear | Removes all pages from the document. |
 | Contains | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | ConvertAll<TOutput> | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | Exists | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | Find | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | FindAll | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | FindLast | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | ForEach | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | GetRange | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | Insert | Overloaded. Inserts a page at a specific position in the document. |
 | InsertRange | Overloaded. Inserts the elements of an System.Collections.ICollection at a specified position in the document. |
 | LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | Remove | Removes a page from a document. |
 | RemoveAll | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | RemoveAt | Removes a page at a specific position from the document. |
 | RemoveRange | Removes a range of pages from the document. |
 | Reverse | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | Sort | Overloaded. (Inherited from System.Collections.Generic.List<PdfPage>) |
 | ToArray | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | TrimExcess | (Inherited from System.Collections.Generic.List<PdfPage>) |
 | TrueForAll | (Inherited from System.Collections.Generic.List<PdfPage>) |