Add a Destination with the given name.

Namespace: TallComponents.PDF.Navigation
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Add(
	string name,
	InternalDestination destination
)
Visual Basic
Public Sub Add ( _
	name As String, _
	destination As InternalDestination _
)

Parameters

name
Type: System..::..String
The name to use.
destination
Type: TallComponents.PDF.Navigation..::..InternalDestination
The Destination to add.

See Also