Name | Description | |
---|---|---|
![]() | PdfArray | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | PdfArray | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items actually contained in the PdfArray. |
![]() | Document | Gets the PDF document that contains this basic object. (Inherited from PdfCompoundBasicObject) |
![]() | IsChanged | Gets a value indicating whether this object is changed. (Inherited from PdfCompoundBasicObject) |
![]() | ObjectType | Gets the type of the object. |
![]() | Item | Gets or sets the item at the specified index. |
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. |