EVO HTML to PDF Converter

Bookmark Constructor

EVO PDF Client for .NET Documentation
Constructs a bookmark object with the given text and destination that can be added to a PDF document object

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public Bookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text
Type: SystemString
The bookmark text
destination
Type: EvoPdf.HtmlToPdfClientExplicitDestination
The bookmark destination
See Also

Reference