This sample shows how to add a link from one page of your PDF to another using Docotic.Pdf library.
Use PdfPage.AddLinkToPage methods to add a link. The methods require bounds of the clickable area. In addition, you must specify the target page. PDF viewers will open the page when the link is activated.
These methods create a PdfActionArea on the page. The area has an action of PdfGoToAction type attached. The action changes the current page to the specified one.