Click or drag to resize

BookmarksCollectionRemove(Bookmark) Method

Removes the specified PDF bookmark.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public void Remove(
	Bookmark bookmark
)

Parameters

bookmark  Bookmark
The PDF bookmark to be removed.
See Also