'Declaration Public Shared Sub RemoveRange( _ ByVal array As IPdfArray, _ ByVal startIndex As System.Integer, _ Optional ByVal count As System.Integer _ )
public static void RemoveRange( IPdfArray array, System.int startIndex, System.int count )
Parameters
- array
- The current PDF array.
- startIndex
- The index of start item.
- count
- The count of items to remove.