BookmarksCollectionAddNewBookmark Method |
Adds a new bookmark to the collection.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic Bookmark AddNewBookmark(
string text,
ExplicitDestination destination
)
Public Function AddNewBookmark (
text As String,
destination As ExplicitDestination
) As Bookmark
Parameters
- text String
- The bookmark text.
- destination ExplicitDestination
- The bookmark destination.
Return Value
BookmarkThe newly created PDF bookmark.
See Also