Skip to main content

PdfXYZDestination Properties

A destination that positions a specific coordinate at the top left corner of the document window, and zooms a page with the specified zoom factor.
Name Description
Left Gets the X coordinate of a point that is positioned at at the top left corner of the document window.
Page Gets the document page where the destination is located. Inherited from PdfDestination.
PageIndex Gets the zero-based index of a page where the destination is located. Inherited from PdfDestination.
Top Gets the Y coordinate of a point that is positioned at at the top left corner of the document window.
Zoom Gets the zoom factor applied to the visible page area.
See Also