Methods_T_PDFiumSharp_PdfPageCollection - ArgusMagnus/PDFiumSharp GitHub Wiki
The PdfPageCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add(Double, Double) | Adds a new page to the end of the document. |
![]() |
Add(PdfDocument, Int32[]) | Imports pages of sourceDocument into the current PdfDocument. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Insert(Int32, PdfDocument, Int32[]) | Imports pages of sourceDocument into the current PdfDocument. |
![]() |
Insert(Int32, Double, Double) | Inserts a new page at index. |
![]() |
Remove | Removes the page from the document. |
![]() |
RemoveAt | Removes the page at index. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |