The PdfArrayArrayElements type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the array.
| |
| IsFixedSize |
Returns false.
| |
| IsReadOnly |
Returns false.
| |
| IsSynchronized |
Returns false.
| |
| Item |
Gets or sets an item at the specified index.
| |
| Items |
Gets all items of this array.
| |
| SyncRoot |
The current implementation return null.
|
See Also