Winnovative Logo

Bookmark Constructor

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public Bookmark(
	string text,
	ExplicitDestination destination
)

Parameters

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

Reference