 |
PdfBookmarksCollectionRemove Method |
Removes the specified pdf bookmark.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void Remove(
PdfBookmark bookmark
)
Public Sub Remove (
bookmark As PdfBookmark
)
Parameters
- bookmark PdfBookmark
- The pdf bookmark to be removed.
See Also