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.1+cd45f416896d630bcd3719f4b2cba7920f2790da
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