Pdf |
public abstract class PdfCollection<T> : PdfCollection, IList, ICollection, IEnumerable, IList<T>, ICollection<T>, IEnumerable<T>
The PdfCollectionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an element to the end of the PdfCollectionT. |
![]() | Contains | Determines whether an element is in the PdfCollectionT. |
![]() | CopyTo | Copies the entire PdfCollectionT to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | GetEnumerator | Returns an enumerator that iterates through the PdfCollectionT. |
![]() | IndexOf | Searches for the specified element and returns the zero-based index of the first occurrence within the entire PdfCollectionT. |
![]() | Insert | Inserts an element into the PdfCollectionT at the specified index. |
![]() | Remove | Removes the first occurrence of a specific element from the PdfCollectionT. |
Name | Description | |
---|---|---|
![]() | GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) |
![]() | GetArray |
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) |
![]() | GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |
![]() | GetOrAddArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) |
![]() | GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |