Click or drag to resize

BookmarksCollectionRemove Method (Bookmark)

Removes the specified PDF bookmark.

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

Parameters

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