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 to the page with the specified page number, page destination, and zoom factor.
AddLinkToPage(RectangleF, Int32, Single, Single) linkArea, pageNumber, destinationX, destinationY Adds a link to the page with the specified page number and page destination.
AddLinkToPage(RectangleF, Int32, Single) linkArea, pageNumber, zoom Adds a link to the page with specified page number and zoom factor.
AddLinkToPage(RectangleF, Int32) linkArea, pageNumber Adds a link to the page with the specified page number.