[]
Gets an item at specified index.
public static IPdfObject GetItem(this IPdfArray array, int index)
Public Shared Function GetItem(array As IPdfArray, index As Integer) As IPdfObject
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| int | index | The item index. |
| Type | Description |
|---|---|
| IPdfObject | The GrapeCity.Documents.Pdf.Spec.IPdfObject with specified index. |