Click or drag to resize
Pdftools logo

Destination Class

A destination is a location in the document that can be used as a jump target, e.g. for outline items (bookmarks) or link annotations.
Inheritance Hierarchy

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Navigation
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntax
C#
public abstract class Destination : NativeObject

The Destination type exposes the following members.

Properties
 NameDescription
Public propertyTarget

The target destination

For direct destinations, this is just the destination itself.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also