Skip to main content

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

PdfDocumentProcessor.CreateDestination Method

Name Parameters Description
CreateDestination(Int32, Single, Single, Single, Single, Single) pageNumber, x, y, dpiX, dpiY, zoomFactor Creates a destination for targets in the document (e.g., bookmarks) using a page number, page coordinates, DPI and zoom factor.
CreateDestination(Int32, Single, Single, Single, Single) pageNumber, x, y, dpiX, dpiY Creates a destination for targets in the document (e.g., bookmarks) using a page number, page coordinates, and DPI.
CreateDestination(Int32, Single, Single, Single) pageNumber, x, y, zoomFactor Creates a destination for targets in the document (e.g., bookmarks) using a page number, page coordinates, and zoom factor.
CreateDestination(Int32, Single, Single) pageNumber, x, y Creates a destination for targets in the document (e.g., bookmarks) using a page number, and page coordinates.
CreateDestination(Int32, Single) pageNumber, zoomFactor Creates a destination for targets in the document (e.g., bookmarks) using a page number, and zoom factor.
CreateDestination(Int32) pageNumber Creates a destination for targets in the document (e.g., bookmarks) using a page number.