Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.