Click or drag to resize

PdfListItemCollection RemoveAt Method

Removes the item at the specified index from the list.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
he specified index.
See Also