Click or drag to resize

PdfBookmarkCollection RemoveAt Method

Removes the specified bookmark from the document at the specified index.

Namespace: Spire.Pdf.Bookmarks
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
The index.
See Also