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