Click or drag to resize

PdfPageCollection Methods

The PdfPageCollection type exposes the following members.

Methods
Name Description
Public method Add
Creates a new page and adds it to the collection.
Public method Add(SizeF)
Creates a new page of the specified size and adds it to the collection.
Public method Add(SizeF, PdfMargins)
Creates a new page of the specified size and with the specified margins and adds it to the collection.
Public method Add(SizeF, PdfMargins, PdfPageRotateAngle)
Creates a new page of the specified size and with the specified margins and adds it to the collection.
Public method Add(SizeF, PdfMargins, PdfPageRotateAngle, PdfPageOrientation)
Creates a new page of the specified size and with the specified margins and adds it to the collection.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
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 IndexOf
Gets the index of the page in the document.
Public method Insert(Int32)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, PdfPageSettings, Boolean)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF, PdfMargins)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, PdfNewPage, PdfPageSettings, Boolean)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF, PdfMargins, PdfPageRotateAngle)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF, PdfMargins, PdfPageRotateAngle, PdfPageOrientation, Boolean)
Creates a new page and inserts it at the specified index.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ReArrange
ReArrange the Pages in the Loaded Document.
Public method Remove
Removes the specified page.
Public method RemoveAt
Removes the page at the given specified index.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also