This sample shows how to add hyperlink to a page of your PDF document using Docotic.Pdf library.
Use PdfPage.AddHyperlink methods to add a link. The methods require bounds of the clickable area. You must also provide the URI to open when hyperlink is activated.
These methods create a PdfActionArea on the page. The area has an action of PdfUriAction type attached. The action causes a URI to be resolved.