Click or drag to resize

DocumentAddBookmark(String, ExplicitDestination) Method

Creates a root bookmark for the document

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

Parameters

text  String
The bookmark text
destination  ExplicitDestination
The bookmark destination

Return Value

Bookmark
The newly added bookmark.
See Also