DocumentAddBookmark(String, ExplicitDestination) Method
            Creates a root bookmark for the document
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination
)
Public Function AddBookmark ( 
	text As String,
	destination As ExplicitDestination
) As Bookmark
- text  String
- The bookmark text
- destination  ExplicitDestination
- The bookmark destination
BookmarkThe newly added bookmark.