Xfinium.Pdf.Core.Cos Namespace : PdfCosArray Class |
The following tables list the members exposed by PdfCosArray.
Name | Description | |
---|---|---|
![]() | PdfCosArray Constructor | Initializes a new PdfCosArray object. |
Name | Description | |
---|---|---|
![]() | Item | Gets or sets the element at the specified index. |
![]() | Length | Gets the number of elements actually contained in the array. |
![]() | Type | Gets the object type. (Inherited from Xfinium.Pdf.Core.Cos.PdfCosObject) |
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the array. |
![]() | Clear | Removes all elements from the array. |
![]() | GetElementAsBool | Gets the element at the specified index as a boolean. |
![]() | GetElementAsNumber | Gets the element at the specified index as a double. |
![]() | GetElementAsString | Gets the element at the specified index as a string. |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire array. |
![]() | Insert | Inserts an element into the array at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the array. |
![]() | RemoveAt | Removes the element at the specified index of the array. |
![]() | ToString | Returns a string that represents the current object. |