Pdf |
The PdfArray type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of PdfBasicObjects contained in the PdfArray.
(Overrides PdfBasicCollectionCount) | |
| Item | Gets or sets the PdfBasicObject at the specified index. | |
| ObjectType |
Gets the Array value.
(Overrides PdfBasicObjectObjectType) |
| Name | Description | |
|---|---|---|
| Add | Adds a PdfBasicObject to the end of the PdfArray. | |
| Clear | Removes all PdfBasicObjects from the PdfArray. | |
| Clone(Boolean) | Makes a deep clone of the PdfArray with optionally cloning descendant PdfIndirectObjects. | |
| Clone(FuncPdfIndirectObject, PdfBasicObject) | Makes a deep clone of the PdfArray with parameter that controls the cloning of PdfIndirectObjects. | |
| Contains | Determines whether a PdfBasicObject is in the PdfArray. | |
| CopyTo | Copies the entire PdfArray to a compatible one-dimensional array, starting at the specified index of the target array. | |
| Create | Creates a new instance of the PdfArray class. | |
| Create(Int32) | Creates a new instance of the PdfArray class that is empty and has the specified initial capacity. | |
| CreateT(T) | Creates a new instance of the PdfArray class that contains PdfBasicObjects copied from the specified collection and has sufficient capacity to accommodate the number of PdfBasicObjects copied. | |
| CreateT(IEnumerableT) | Creates a new instance of the PdfArray class that contains PdfBasicObjects copied from the specified collection and has sufficient capacity to accommodate the number of PdfBasicObjects copied. | |
| GetEnumerator | Returns an enumerator that iterates through the PdfArray. | |
| IndexOf | Searches for the specified PdfBasicObject and returns the zero-based index of the first occurrence within the entire PdfArray. | |
| Insert | Inserts a PdfBasicObject into the PdfArray at the specified index. | |
| Remove | Removes the first occurrence of a specific PdfBasicObject from the PdfArray. | |
| RemoveAt | Removes the PdfBasicObject at the specified index of the PdfArray. | |
| ToString |
Returns a String that represents this PdfArray instance.
(Overrides PdfBasicObjectToString) |