[]
Sets a value associated with a specified index. This method does not affect the value of Changed property.
public static void SetSilent(this IPdfArray array, int index, IPdfObject item)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current IPdfArray. |
| int | index | The index of the value to set. |
| IPdfObject | item | The value to set. |