Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 396 Bytes

File metadata and controls

6 lines (4 loc) · 396 Bytes

Create link to page

This samples shows how to add a link to a document page using PdfPage.AddLinkToPage(..) method.

AddLinkToPage method accepts bounds of the link area and the target page to open when action area is activated and returns an instance of PdfActionArea class.

You can also create a link to a document page using GoToAction class (see "GoTo Action" sample in "Actions" group).