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
)
Public Sub Remove (
bookmark As Bookmark
)
Parameters
- bookmark
- Type: ExpertPdf.PdfCreatorBookmark
The PDF bookmark to be removed.
See Also