DocumentAddBookmark(String, ExplicitDestination, Bookmark) Method |
Creates a child bookmark for the existing parentBookmark
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic Bookmark AddBookmark(
string text,
ExplicitDestination destination,
Bookmark parentBookmark
)
Public Function AddBookmark (
text As String,
destination As ExplicitDestination,
parentBookmark As Bookmark
) As Bookmark
Parameters
- text String
- The text of the child bookmark
- destination ExplicitDestination
- The destination of the child bookmark
- parentBookmark Bookmark
- The parent bookmark
Return Value
BookmarkThe newly added bookmark.
See Also