DocumentAddBookmark(String, ExplicitDestination) Method
Creates a root bookmark for the document
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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.