ExpertPdf Html to Pdf Converter Library
AddNewBookmark Method (text, destination)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentBookmarksCollectionAddNewBookmark(String, ExplicitDestination)
ExpertPdf Html to Pdf Converter Library
Adds a new bookmark to the collection.
Declaration Syntax
C#Visual BasicVisual C++
public Bookmark AddNewBookmark(
	string text,
	ExplicitDestination destination
)
Public Function AddNewBookmark ( 
	text As String,
	destination As ExplicitDestination
) As Bookmark
public:
Bookmark^ AddNewBookmark(
	String^ text, 
	ExplicitDestination^ destination
)
Parameters
text (String)
The bookmark text.
destination (ExplicitDestination)
The bookmark destination.
Return Value
Bookmark
The newly created PDF bookmark.

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