Bookmark Constructor

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

Definition

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

Parameters

text  String
The bookmark text
destination  ExplicitDestination
The bookmark destination

See Also