Click or drag to resize

PdfBookmarkCollection Remove Method

Removes the specified bookmark from the document.

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
	string title
)

Parameters

title
Type: System String
The title of the outline.
See Also