Creates a child bookmark for the existing parentBookmark

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

Syntax

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

Parameters

text
Type: System..::..String
The text of the child bookmark
destination
Type: EvoPdf..::..ExplicitDestination
The destination of the child bookmark
parentBookmark
Type: EvoPdf..::..Bookmark
The parent bookmark

Return Value

Type: Bookmark
The newly added bookmark.

See Also