Click or drag to resize
Pdftools logo

NamedDestination Class

A named destination that can be referred by name. Named destinations have two advantages compared to direct destinations:
  • The name can be used in web links, e.g. http://www.example.com/document.pdf#destinationname
  • If the target destination of a named destination is changed, all occurrences automatically point ot the new target.
Inheritance Hierarchy

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Navigation
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public class NamedDestination : Destination

The NamedDestination type exposes the following members.

Properties
 NameDescription
Public propertyName The name by which the destination is referred to.
Public propertyTarget

The target destination

For direct destinations, this is just the destination itself.
(Inherited from Destination)
Top
Methods
 NameDescription
Public methodStatic memberCreate

Create a named destination

The returned object is not yet used on any page, but it is associated with the given target document.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also