Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

PdfPageFacade.CreateXYZDestination Method

Name Parameters Description
CreateXYZDestination() none Creates an XYZ destination. The coordinate of the document window’s top left corner and the zoom factor is retained from the previous view.
CreateXYZDestination(Single, Single, Single) destinationX, destinationY, zoom Creates an XYZ destination.
CreateXYZDestination(Single, Single) destinationX, destinationY Creates an XYZ destination. The zoom factor is retained from the previous view.
CreateXYZDestination(Single) zoom Creates an XYZ destination. The page coordinate of the document window’s top left corner is retained from the previous view.