| Name | Description | |
|---|---|---|
![]() | Add | Adds an item to the end of the PdfArray. |
![]() | Clear | Removes all elements from the PdfArray. |
![]() | Contains | Determines whether an item is in the PdfArray. |
![]() | CopyTo | Copies the entire PdfArray to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Equals | Determines whether the specified System.Object, is equal to this instance. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | GetParentPdfObject | Returns the parent PDF object of this basic object. (Inherited from PdfBasicObject) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire PdfArray. |
![]() | Insert | Inserts an item into the PdfArray at the specified index. |
![]() | Remove | Removes the first occurrence of a specific item from the PdfArray. |
![]() | RemoveAt | Removes the element at the specified index of the PdfArray. |
![]() | ToString | Returns a System.String that represents this instance. |
