Click or drag to resize

PdfCollectionT Methods

The PdfCollectionT type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds an element to the end of the PdfCollectionT.
Public methodContains Determines whether an element is in the PdfCollectionT.
Public methodCopyTo Copies the entire PdfCollectionT to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodGetEnumerator Returns an enumerator that iterates through the PdfCollectionT.
Public methodIndexOf Searches for the specified element and returns the zero-based index of the first occurrence within the entire PdfCollectionT.
Public methodInsert Inserts an element into the PdfCollectionT at the specified index.
Public methodRemove Removes the first occurrence of a specific element from the PdfCollectionT.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
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 MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(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