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