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.Toolbox.Pdf.Navigation
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
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