
Important note about vertical coordinates:
In PDFs, all coordinates are specified relative to the bottom left corner, with the Y axis going up. GcPdf uses the more convenient coordinate system with the origin in the top left corner, with the Y axis going down. In most situations the Y coordinates are automatically converted by GcPdf. In classes derived from Destination this is also done if the destination's target page is specified as the Page object. But if the destination's target page is specified by index, automatic conversion of the Y coordinate cannot be done, and it should be specified relative to the bottom left corner as per the PDF spec.When the Y coordinate is specified relative to the page bottom, it is noted in the parameter's description. (It is recommended that constructors accepting a Page object are used instead.)
'Declaration Public MustInherit Class Destination Inherits DestinationBase Implements GrapeCity.Documents.Pdf.Actions.IAction
public abstract class Destination : DestinationBase, GrapeCity.Documents.Pdf.Actions.IAction
System.Object
GrapeCity.Documents.Pdf.DestinationBase
GrapeCity.Documents.Pdf.Destination
GrapeCity.Documents.Pdf.DestinationFit
GrapeCity.Documents.Pdf.DestinationFitB
GrapeCity.Documents.Pdf.DestinationFitBH
GrapeCity.Documents.Pdf.DestinationFitBV
GrapeCity.Documents.Pdf.DestinationFitH
GrapeCity.Documents.Pdf.DestinationFitR
GrapeCity.Documents.Pdf.DestinationFitV
GrapeCity.Documents.Pdf.DestinationXYZ