[]
Sets the value at the specified index.
public static void Set(this IPdfArray array, int index, IPdfObject item)
Public Shared Sub [Set](array As IPdfArray, index As Integer, item As IPdfObject)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current IPdfArray. |
| int | index | The value index. |
| IPdfObject | item | The value to set. |