Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.