AddLinkToFileDest

Annotations and hotspot links

Description

Adds a clickable hotspot rectangle to the selected named destination which links to a specific page and position in another PDF document.

Use the SetAnnotBorderColor function to change the colour of the hotspot border.

Syntax

Delphi

Function TPDFlib.AddLinkToFileDest(Left, Top, Width, Height: Double; Const FileName: WideString; NamedDest: WideString; Position: Double; NewWindow, Options: Integer): Integer;

ActiveX

Function PDFlib::AddLinkToFileDest(Left As Double, Top As Double, Width As Double, Height As Double, FileName As String, NamedDest As String, Position As Double, NewWindow As Long, Options As Long) As Long

DLL

int DLAddLinkToFileDest(int InstanceID, double Left, double Top, double Width, double Height, const wchar_t * FileName, const wchar_t * NamedDest, double Position, int NewWindow, int Options);

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

The path and file name of the PDF document to link to.

FileName

NamedDest

The Named Destination string 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

Options

Specifies the appearance of the link:

0 = No border

1 = Draw a border