Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 325 Bytes

File metadata and controls

6 lines (4 loc) · 325 Bytes

Create hyperlink

This sample shows how to add hyperlink on a page of your PDF document using PdfPage.AddHyperlink() method.

AddHyperlink method accepts bounds of an area to be occupied by hyperlink and a target URI to open when hyperlink is activated.

You can also add a hyperlink on a PDF page using PdfUriAction object.