The named destination describe a location in a PDF document, based on a name.

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

Syntax

C#
public class NamedDestination : Destination
Visual Basic
Public Class NamedDestination _
	Inherits Destination

Remarks

See Document.NamedDestinations collection (InternalDestinationCollection) for the internal destination this name resolves.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Navigation..::..Destination
    TallComponents.PDF.Navigation..::..NamedDestination

See Also