Skip to main content
A newer version of this page is available. .

PdfXYZDestination Constructors

Represents a destination that displays the PDF page with the PdfXYZDestination.Left, PdfXYZDestination.Top coordinates positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom (the PdfXYZDestination.Zoom property).
Name Parameters Description
PdfXYZDestination(PdfPage, Nullable<Double>, Nullable<Double>, Nullable<Double>) page, left, top, zoom Initializes a new instance of the PdfXYZDestination class with the specified page, top and left coordinates that will be shown on the upper-left corner of the window, and zoom level to show the page.
See Also