Click or drag to resize
BookmarksCollectionRemove Method (Bookmark)
Removes the specified PDF bookmark.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public void Remove(
	Bookmark bookmark
)

Parameters

bookmark
Type: ExpertPdf.HtmlToPdf.PdfDocumentBookmark
The PDF bookmark to be removed.
See Also