Skip to main content
All docs
V23.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.