Back to Devexpress

PdfPageFacade.CreateXYZDestination Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-createxyzdestination.md

latest1.2 KB
Original Source

PdfPageFacade.CreateXYZDestination Method

NameParametersDescription
CreateXYZDestination()noneCreates 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, zoomCreates an XYZ destination.
CreateXYZDestination(Single, Single)destinationX, destinationYCreates an XYZ destination. The zoom factor is retained from the previous view.
CreateXYZDestination(Single)zoomCreates an XYZ destination. The page coordinate of the document window’s top left corner is retained from the previous view.