Click or drag to resize

BookmarksCollectionAddNewBookmark Method

Adds a new bookmark to the collection.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
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