Creates a root bookmark for the document

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

Syntax

C#
public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination
)
Visual Basic
Public Function AddBookmark ( 
	text As String,
	destination As ExplicitDestination
) As Bookmark
Visual C++
public:
Bookmark^ AddBookmark(
	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 added bookmark.

See Also