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

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

Parameters

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