[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.RemoveAt

RemoveAt Method

RemoveAt(IPdfArray, int)

Removes an item with specified index.

Declaration
public static void RemoveAt(this IPdfArray array, int index)
Public Shared Sub RemoveAt(array As IPdfArray, index As Integer)
Parameters
Type Name Description
IPdfArray array

The current PDF array.

int index

The index of an item to remove.