BookmarksCollectionAddNewBookmark Method
Adds a new bookmark to the collection.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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.