Insert Method (IPdfArrayExt)
In This Topic
Insert an item into IPdfArray.
Syntax
'Declaration
Public Shared Sub Insert( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As IPdfObject _
)
public static void Insert(
IPdfArray ,
System.int ,
IPdfObject
)
Parameters
- array
- The current PDF array.
- index
- The index of item.
- item
- The item to insert.
See Also