Click or drag to resize
Pdf Library for .NET

PdfBookmarksCollectionRemove Method

Removes the specified pdf bookmark.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Remove(
	PdfBookmark bookmark
)

Parameters

bookmark
Type: SelectPdfPdfBookmark
The pdf bookmark to be removed.
See Also