Back to Devexpress

PdfDocumentProcessor.CreateDestination Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-createdestination.md

latest1.9 KB
Original Source

PdfDocumentProcessor.CreateDestination Method

NameParametersDescription
CreateDestination(Int32, Single, Single, Single, Single, Single)pageNumber, x, y, dpiX, dpiY, zoomFactorCreates 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, dpiYCreates 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, zoomFactorCreates 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, yCreates a destination for targets in the document (e.g., bookmarks) using a page number, and page coordinates.
CreateDestination(Int32, Single)pageNumber, zoomFactorCreates a destination for targets in the document (e.g., bookmarks) using a page number, and zoom factor.
CreateDestination(Int32)pageNumberCreates a destination for targets in the document (e.g., bookmarks) using a page number.