[]
        
(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)
Parameters
Type Name Description
IPdfArray array

The current PDF array.

int index

The index of an item to remove.