BookmarksCollectionRemove(Bookmark) Method |
Removes the specified PDF bookmark.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic void Remove(
Bookmark bookmark
)
Public Sub Remove (
bookmark As Bookmark
)
Parameters
- bookmark Bookmark
- The PDF bookmark to be removed.
See Also