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.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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