Retrieve a Destination with a given name.

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

Syntax

C#
public InternalDestination this[
	string name
] { get; set; }
Visual Basic
Public Default Property Item ( _
	name As String _
) As InternalDestination
	Get
	Set

Parameters

name
Type: System..::..String
The destination name.

Return Value

An internal destination or null if the name cannot be found.

Remarks

Setting an internal destination with an existing name, will override the existing item.

The name is case sensitive, you may use ASCII character only.

See Also