Creates a root bookmark for the document

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

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

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