BookmarksCollectionAddNewBookmark Method
Adds a new bookmark to the collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Bookmark AddNewBookmark(
string text,
ExplicitDestination destination
)
Public Function AddNewBookmark (
text As String,
destination As ExplicitDestination
) As Bookmark
public:
Bookmark^ AddNewBookmark(
String^ text,
ExplicitDestination^ destination
)
member AddNewBookmark :
text : string *
destination : ExplicitDestination -> Bookmark
- text String
- The bookmark text.
- destination ExplicitDestination
- The bookmark destination.
BookmarkThe newly created PDF bookmark.