Bookmark Constructor

Constructs a bookmark object with the given text and destination that can be added to a PDF document object

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public Bookmark(
	string text,
	ExplicitDestination destination
)

Parameters

text  String
The bookmark text
destination  ExplicitDestination
The bookmark destination

See Also