Click or drag to resize

PdfPageObjectsCollection Methods

The PdfPageObjectsCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a PdfPageObject to the collection
Public methodCalcuateBoundingBox Calculate a bounding rectangle enclosing all objects in the collection.
Public methodClear Removes all PdfPageObject from the collection
Public methodContains Determines whether the collection contains a specific PdfPageObject.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodDispose Releases all resources used by the PdfPageCollection.
Protected methodDispose(Boolean) Releases all resources used by the PdfImageObject.
Public methodGenerateToStream Generate XObject stream from this page object list.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific PdfPageObject in the collection.
Public methodInsert Inserts a PdfPageObject to the collection at the specified index.
Public methodInsertObject(PdfPageObject) Adds a PdfPageObject to the collection
Obsolete
Public methodInsertObject(PdfPageObject, Int32) Insert an object to the collection. The page object is automatically freed.
Obsolete
Public methodStatic memberParseXObject Parse the stream and constructs a collection of page objects stored in that stream.
Public methodRemove Removes the first occurrence of a specific PdfPageObject from the collection.
Public methodRemoveAt Removes the PdfPageObject at the specified index.
Top
See Also