ExpertPdf Html to Pdf Converter Library
AddBookmark Method (text, destination, parentBookmark)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAddBookmark(String, ExplicitDestination, Bookmark)
ExpertPdf Html to Pdf Converter Library
Creates a child bookmark for the existing parentBookmark
Declaration Syntax
C#Visual BasicVisual C++
public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination,
	Bookmark parentBookmark
)
Public Function AddBookmark ( 
	text As String,
	destination As ExplicitDestination,
	parentBookmark As Bookmark
) As Bookmark
public:
Bookmark^ AddBookmark(
	String^ text, 
	ExplicitDestination^ destination, 
	Bookmark^ parentBookmark
)
Parameters
text (String)
The text of the child bookmark
destination (ExplicitDestination)
The destination of the child bookmark
parentBookmark (Bookmark)
The parent bookmark
Return Value
Bookmark
The newly added bookmark.

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