[]
Removes an item with specified index.
public static void RemoveAt(this IPdfArray array, int index)
Public Shared Sub RemoveAt(array As IPdfArray, index As Integer)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current PDF array. |
| int | index | The index of an item to remove. |