Removes the Destination object 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 Remove(
	string name
)
Visual Basic
Public Sub Remove ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name to remove.

Remarks

Nothing happens when the name cannot be found.

The name is case sensitive.

See Also