RemoveRange Method
RemoveRange(IPdfArray, int, int)
Removes a range of items.
Declaration
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)
Parameters
Type |
Name |
Description |
IPdfArray |
array |
The current PDF array.
|
int |
startIndex |
The index of start item.
|
int |
count |
The count of items to remove.
|