Click or drag to resize
BookmarksCollectionAddNewBookmark Method
Adds a new bookmark to the collection.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public Bookmark AddNewBookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text
Type: SystemString
The bookmark text.
destination
Type: ExpertPdf.HtmlToPdf.PdfDocumentExplicitDestination
The bookmark destination.

Return Value

Type: Bookmark
The newly created PDF bookmark.
See Also