T_PDFiumSharp_PdfPageCollection - ArgusMagnus/PDFiumSharp GitHub Wiki

PdfPageCollection Class

Inheritance Hierarchy

System.Object
  PDFiumSharp.PdfPageCollection
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public sealed class PdfPageCollection : IDisposable, 
	IEnumerable<PdfPage>, IEnumerable

The PdfPageCollection type exposes the following members.

Properties

 

Name Description
Public property Count Gets the number of pages in the PdfDocument.
Public property Item Gets the PdfPage at the zero-based index in the PdfDocument.
  Back to Top

Methods

 

Name Description
Public method Add(Double, Double) Adds a new page to the end of the document.
Public method Add(PdfDocument, Int32[]) Imports pages of sourceDocument into the current PdfDocument.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Insert(Int32, PdfDocument, Int32[]) Imports pages of sourceDocument into the current PdfDocument.
Public method Insert(Int32, Double, Double) Inserts a new page at index.
Public method Remove Removes the page from the document.
Public method RemoveAt Removes the page at index.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️