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