DocumentAddBookmark Method (String, ExplicitDestination) |
Creates a root bookmark for the document
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic Bookmark AddBookmark(
string text,
ExplicitDestination destination
)
Public Function AddBookmark (
text As String,
destination As ExplicitDestination
) As Bookmark
Parameters
- text
- Type: SystemString
The bookmark text - destination
- Type: ExpertPdf.HtmlToPdf.PdfDocumentExplicitDestination
The bookmark destination
Return Value
Type:
BookmarkThe newly added bookmark.
See Also