DocumentAddBookmark(String, ExplicitDestination) Method

Creates a root bookmark for the document

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text  String
The bookmark text
destination  ExplicitDestination
The bookmark destination

Return Value

Bookmark
The newly added bookmark.

See Also