The Destination associated with the given index.

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

Syntax

C#
public InternalDestination this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As InternalDestination
	Get

Parameters

index
Type: System..::..Int32
The zero-base index.

Return Value

A destination object.

See Also