Named Destinations defined at document level.

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

Syntax

C#
public class InternalDestinationCollection : IEnumerable<InternalDestination>, 
	IEnumerable
Visual Basic
Public Class InternalDestinationCollection _
	Implements IEnumerable(Of InternalDestination), IEnumerable

Remarks

You cannot create an instance of this class. Instead you retrieve an existing collection from the NamedDestinations property of the Document class.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Navigation..::..InternalDestinationCollection

See Also