DocumentAddBookmark(String, ExplicitDestination, Bookmark) Method
Creates a child bookmark for the existing parentBookmark
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public Bookmark AddBookmark(
string text,
ExplicitDestination destination,
Bookmark parentBookmark
)
Public Function AddBookmark (
text As String,
destination As ExplicitDestination,
parentBookmark As Bookmark
) As Bookmark
- text String
- The text of the child bookmark
- destination ExplicitDestination
- The destination of the child bookmark
- parentBookmark Bookmark
- The parent bookmark
BookmarkThe newly added bookmark.