|
PdfBookmarksCollectionAdd Method
|
Adds a new bookmark to the bookmarks collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfBookmark Add(
string text,
PdfDestination destination
)
Public Function Add (
text As String,
destination As PdfDestination
) As PdfBookmark
Parameters
- text String
- The bookmark text.
- destination PdfDestination
- The bookmark destination.
Return Value
PdfBookmarkThe newly created pdf bookmark.
See Also