|
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
|