Adds a new bookmark to the collection.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Bookmark AddNewBookmark(
	string text,
	ExplicitDestination destination
)
Visual Basic
Public Function AddNewBookmark ( 
	text As String,
	destination As ExplicitDestination
) As Bookmark
Visual C++
public:
Bookmark^ AddNewBookmark(
	String^ text, 
	ExplicitDestination^ destination
)

Parameters

text
Type: System..::..String
The bookmark text.
destination
Type: EvoPdf..::..ExplicitDestination
The bookmark destination.

Return Value

Type: Bookmark
The newly created PDF bookmark.

See Also