This class represents a destination.

A destination is a location within this document or sometimes in a different document.

Along with the location, a destination carries extra information to state how the destination should be viewed.

For example it may specify a page size, or zoom level or pinned point.

This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 151, page 366.

A destination specifies a location within a PDF document, consisting of a page reference and a set of parameters controlling the initial view when that location is displayed. Destinations are used in links, bookmarks, and go-to actions.

The Target entry identifies the destination type, which determines how the remaining parameters are interpreted. Common types include XYZ (explicit coordinates and zoom), Fit (fit the page), FitH (fit the page width), FitV (fit the page height), and FitR (fit a rectangle).

For XYZ destinations, the three parameter entries give the left coordinate, top coordinate, and zoom factor. A null value for any of these means the reader retains the current value of that parameter.

Destinations may be defined inline in a link annotation's Dest entry or stored by name in the document's name dictionary for reference by multiple links and bookmarks.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.DestinationElement

 

   
   
Method
Description
DestinationElement Create a new DestinationElement.
SetTarget Sets the page and type for the destination.
inherited methods...

 

   
   
Property
Description
EntryTarget This property represents the destination target.
EntryType This property represents the type of destination.
EntryParameter1 This property represents the first parameter associated with the destination.
EntryParameter2 This property represents the first parameter associated with the destination.
EntryParameter3 This property represents the first parameter associated with the destination.
EntryParameter4 This property represents the first parameter associated with the destination.
inherited properties...