Destination Constructor (String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Destination class. For named destinations.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Destination(
	string destinationName
)

Parameters

destinationName
Type: SystemString
Name of the destination.
Examples

C#
// create destination 
Destination destination = new Destination("myDestination");
See Also

Reference