Adds a new bookmark to the collection.

C# | Visual Basic | Visual 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 )

- text (String)
- The bookmark text.
- destination (ExplicitDestination)
- The bookmark destination.

Bookmark
The newly created PDF bookmark.
The newly created PDF bookmark.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)