Implements a virtual collection of all pages in the document.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfDocumentPageCollection : IEnumerable
Public Class PdfDocumentPageCollection Implements IEnumerable
public ref class PdfDocumentPageCollection : IEnumerable
type PdfDocumentPageCollection = class interface IEnumerable end
Members
| All Members | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| Add()()()() |
Creates a page and adds it to the last section in the document.
| |
| Count |
Gets the total number of the pages.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() | ||
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(PdfNewPage) |
Gets the index of the page in the document.
| |
| Insert(Int32, PdfNewPage) |
Inserts a page at the specified index to the last section in the document.
| |
| Item[([( Int32])]) |
Gets a page by its index in the document.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PageAdded |
Represents the method that executes on a PdfNewDocument when a new page is created.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf..::..PdfDocumentPageCollection
Spire.Pdf..::..PdfDocumentPageCollection