BookmarksCollectionAddNewBookmark Method

Adds a new bookmark to the collection.

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Bookmark AddNewBookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text  String
The bookmark text.
destination  ExplicitDestination
The bookmark destination.

Return Value

Bookmark
The newly created PDF bookmark.

See Also