OutlineItemCollectionRemove Method (Int32)
Remove item by index.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void Remove(
	int index
)

Parameters

index
Type: SystemInt32
Index of item to be deleted.
See Also