BookmarksCollectionAddNewBookmark Method |
Adds a new bookmark to the collection.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public Bookmark AddNewBookmark(
string text,
ExplicitDestination destination
)
Public Function AddNewBookmark (
text As String,
destination As ExplicitDestination
) As Bookmark
Parameters
- text
- Type: SystemString
The bookmark text. - destination
- Type: ExpertPdf.PdfCreatorExplicitDestination
The bookmark destination.
Return Value
Type:
BookmarkThe newly created PDF bookmark.
See Also