[]
Removes a range of items.
public static void RemoveRange(this IPdfArray array, int startIndex, int count = -1)
Public Shared Sub RemoveRange(array As IPdfArray, startIndex As Integer, Optional count As Integer = -1)
Type | Name | Description |
---|---|---|
IPdfArray | array | The current PDF array. |
int | startIndex | The index of start item. |
int | count | The count of items to remove. |