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

PdfGraphics.AddLinkToPage Method

Name Parameters Description
AddLinkToPage(RectangleF, Int32, Single, Single, Single) linkArea, pageNumber, destinationX, destinationY, zoom Adds a link that refers to the document page with the specified number. Allows you to set the page point positioned at the top left corner of the document window, and zoom factor.
AddLinkToPage(RectangleF, Int32, Single, Single) linkArea, pageNumber, destinationX, destinationY Adds a link that refers to the document page with the specified number. Allows you to set a page point positioned at the top left corner of the document window.
AddLinkToPage(RectangleF, Int32, Single) linkArea, pageNumber, zoom Adds a link that refers to the document page with the specified number and zoom factor.
AddLinkToPage(RectangleF, Int32) linkArea, pageNumber Adds a link that refers to the document page with the specified number.