|
PdfDocumentAddBookmark(String, PdfDestination) Method
|
Creates a root bookmark in the current pdf document.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfBookmark AddBookmark(
string text,
PdfDestination destination
)
Public Function AddBookmark (
text As String,
destination As PdfDestination
) As PdfBookmark
Parameters
- text String
- The bookmark text.
- destination PdfDestination
- The bookmark destination.
Return Value
PdfBookmarkThe newly added bookmark.
See Also