EVO PDF Logo

Bookmark Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public Bookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text
Type: SystemString
The bookmark text
destination
Type: EvoPdfClientExplicitDestination
The bookmark destination
See Also

Reference