Implements routines for manipulation with loaded pages.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfPageCollection : IEnumerable
Public Class PdfPageCollection Implements IEnumerable
public ref class PdfPageCollection : IEnumerable
type PdfPageCollection = class interface IEnumerable end
Members
All Members | Properties | Methods | Events |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Add()()()() |
Creates a new page and adds it to the collection.
| |
Add(SizeF) |
Creates a new page of the specified size and adds it to the collection.
| |
Add(SizeF, PdfMargins) |
Creates a new page of the specified size and with the specified margins
and adds it to the collection.
| |
Add(SizeF, PdfMargins, PdfPageRotateAngle) |
Creates a new page of the specified size and with the specified margins
and adds it to the collection.
| |
Add(SizeF, PdfMargins, PdfPageRotateAngle, PdfPageOrientation) |
Creates a new page of the specified size and with the specified margins
and adds it to the collection.
| |
Count |
Gets the count.
| |
Equals(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(PdfPageBase) |
Gets the index of the page in the document.
| |
Insert(Int32) |
Creates a new page and inserts it at the specified index.
| |
Insert(Int32, SizeF) |
Creates a new page and inserts it at the specified index.
| |
Insert(Int32, PdfPageSettings, Boolean) | ||
Insert(Int32, SizeF, PdfMargins) |
Creates a new page and inserts it at the specified index.
| |
Insert(Int32, PdfNewPage, PdfPageSettings, Boolean) | ||
Insert(Int32, SizeF, PdfMargins, PdfPageRotateAngle) |
Creates a new page and inserts it at the specified index.
| |
Insert(Int32, SizeF, PdfMargins, PdfPageRotateAngle, PdfPageOrientation, Boolean) |
Creates a new page and inserts it at the specified index.
| |
Item[([( Int32])]) |
Gets the at the specified index.
| |
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.
| |
ReArrange(array<Int32>[]()[][]) |
ReArrange the Pages in the Loaded Document.
| |
Remove(PdfPageBase) |
Removes the specified page.
| |
RemoveAt(Int32) |
Removes the page at the given specified index.
| |
SectionCount |
Get the Section Count.
| |
ToString()()()() | (Inherited from Object.) |