Click or drag to resize

BookmarksCollectionRemove Method (Bookmark)

Removes the specified PDF bookmark.

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

Parameters

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