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