EVO HTML to PDF Converter

Bookmark Constructor

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

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public Bookmark(
	string text,
	ExplicitDestination destination
)

Parameters

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

Reference