ExpertPdf Html to Pdf Converter Library
AddBookmark Method (text, destination)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAddBookmark(String, ExplicitDestination)
ExpertPdf Html to Pdf Converter Library
Creates a root bookmark for the document
Declaration Syntax
C#Visual BasicVisual C++
public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination
)
Public Function AddBookmark ( 
	text As String,
	destination As ExplicitDestination
) As Bookmark
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.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)