Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1 KB

File metadata and controls

15 lines (10 loc) · 1 KB

Add link to a PDF page in C# and VB.NET

This sample shows how to add a link from one page of your PDF to another using Docotic.Pdf library.

Description

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.

See also