PDFDocument.AddGotoPageArea

From Xojo Documentation

Method

PDFDocument.AddGotoPageArea(page As Integer, x As Integer, y As Integer, width As Integer, height As Integer, Optional x1 As Integer, Optional y1 As Integer)

New in 2021r2

Supported for all project types and targets.

Designates an area of the current page that will go to the page passed when pressed.

Notes

Providing the optional x1 and y1 parameters will ensure that the area of the page to which the user goes is visible.