DocumentAddBookmark(String, ExplicitDestination, Bookmark) Method
Creates a child bookmark for the existing parentBookmark
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Bookmark AddBookmark(
string text,
ExplicitDestination destination,
Bookmark parentBookmark
)
Public Function AddBookmark (
text As String,
destination As ExplicitDestination,
parentBookmark As Bookmark
) As Bookmark
public:
Bookmark^ AddBookmark(
String^ text,
ExplicitDestination^ destination,
Bookmark^ parentBookmark
)
member AddBookmark :
text : string *
destination : ExplicitDestination *
parentBookmark : Bookmark -> Bookmark
- text String
- The text of the child bookmark
- destination ExplicitDestination
- The destination of the child bookmark
- parentBookmark Bookmark
- The parent bookmark
BookmarkThe newly added bookmark.