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

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.