Set Method (IPdfArrayExt)
In This Topic
Sets the value at the specified index.
Syntax
'Declaration
Public Shared Sub Set( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As IPdfObject _
)
public static void Set(
IPdfArray ,
System.int ,
IPdfObject
)
Parameters
- array
- The current IPdfArray.
- index
- The value index.
- item
- The value to set.
See Also