Click or drag to resize

BookmarksCollectionRemove(Bookmark) Method

Removes the specified PDF bookmark.

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

Parameters

bookmark  Bookmark
The PDF bookmark to be removed.
See Also