Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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