Click or drag to resize

PdfPages Methods

The PdfPages type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a new empty PdfPage to the PdfPages.
Public methodAddClone Adds the clone of the specified PdfPage to the PdfPages.
Public methodClear Removes all PdfPages from the PdfCollection.
Public methodContains Determines whether a PdfPage is in the collection.
Public methodCopyTo Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator Returns an enumerator that iterates through the collection of PdfPages.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf Searches for the specified PdfPage and returns the zero-based index of the first occurrence within the entire collection.
Public methodInsert Adds a new empty PdfPage to the PdfPages at the specified index.
Public methodInsertClone Inserts the clone of the specified PdfPage to the PdfPages at the specified index.
Public methodMove Moves the PdfPage at the specified index to a new location in the collection.
Public methodRemove Removes the first occurrence of a specific PdfPage from the collection.
Public methodRemoveAt Removes the PdfPage at the specified index of the collection.
Public methodSetCropBox(Double, Double) Sets the CropBox.
(Inherited from PdfPageObject)
Public methodSetCropBox(Double, Double, Double, Double) Sets the CropBox.
(Inherited from PdfPageObject)
Public methodSetMediaBox(Double, Double) Sets the MediaBox.
(Inherited from PdfPageObject)
Public methodSetMediaBox(Double, Double, Double, Double) Sets the MediaBox.
(Inherited from PdfPageObject)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also