EVO HTML to PDF Converter

DocumentAddBookmark Method (String, ExplicitDestination, Bookmark)

EVO HTML to PDF Converter for .NET Documentation
Creates a child bookmark for the existing parentBookmark

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public Bookmark AddBookmark(
	string text,
	ExplicitDestination destination,
	Bookmark parentBookmark
)

Parameters

text
Type: SystemString
The text of the child bookmark
destination
Type: EvoPdfExplicitDestination
The destination of the child bookmark
parentBookmark
Type: EvoPdfBookmark
The parent bookmark

Return Value

Type: Bookmark
The newly added bookmark.
See Also

Reference