Bookmark Constructor
Constructs a bookmark object with the given text and destination that can be added to a PDF document object
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public Bookmark(
string text,
ExplicitDestination destination
)
Public Sub New (
text As String,
destination As ExplicitDestination
)
Parameters
- text String
- The bookmark text
- destination ExplicitDestination
- The bookmark destination