BookmarksCollectionAddNewBookmark Method
Adds a new bookmark to the collection.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public Bookmark AddNewBookmark(
string text,
ExplicitDestination destination
)
Public Function AddNewBookmark (
text As String,
destination As ExplicitDestination
) As Bookmark
- text String
- The bookmark text.
- destination ExplicitDestination
- The bookmark destination.
BookmarkThe newly created PDF bookmark.