Creates a child bookmark for the existing parentBookmark

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

- text (String)
- The text of the child bookmark
- destination (ExplicitDestination)
- The destination of the child bookmark
- parentBookmark (Bookmark)
- The parent bookmark

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)