AddRelativeLinkToFile
Annotations and hotspot links
Description
Adds a clickable hotspot rectangle to the selected page which links using relative path to a specific page and position in another PDF document.
Use the SetAnnotBorderColor function to change the color of the hotspot border.
Syntax
Parameters
Left
The horizontal co-ordinate of the left edge of the hotspot rectangle
Top
The vertical co-ordinate of the top edge of the hotspot rectangle
Width
The width of the hotspot rectangle
Height
The height of the hotspot rectangle
FileName
The full absolute path and file name of the PDF document to link to, it will be converted to relative path.
Page
The page in the destination document to link to
Position
The vertical co-ordinate on the destination page to link to
NewWindow
0 = Close the current document and then open the new document
1 = Open the current document in a new window
Specifies the appearance of the link:
0 = No border
1 = Draw a border
Options
double Position, int NewWindow, int Options);