Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 891 Bytes

File metadata and controls

14 lines (9 loc) · 891 Bytes

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

This sample shows how to add hyperlink to a page of your PDF document using Docotic.Pdf library.

Description

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.

See also