Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Create hyperlink

This sample shows how to add hyperlink on a page of your PDF document using PdfPage.AddHyperlink() method.

AddHyperlink method accepts bounds of an area to be occupied by hyperlink and a target URI to open when hyperlink is activated.

You can also add a hyperlink on a PDF page using PdfUriAction object.