T_PDFiumSharp_PdfPageCollection - ArgusMagnus/PDFiumSharp GitHub Wiki
System.Object
PDFiumSharp.PdfPageCollection
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public sealed class PdfPageCollection : IDisposable,
IEnumerable<PdfPage>, IEnumerable
The PdfPageCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of pages in the PdfDocument. |
![]() |
Item | Gets the PdfPage at the zero-based index in the PdfDocument. |
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.) |