AddLinkToLocalFileA
Annotations and hotspot links
Description
O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de AddLinkToLocalFile e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
Adds a clickable hotspot rectangle to the selected page which links to a local file.
The file doesn't have to exist when the PDF is created but should exist when the PDF is viewed for the link to work.
Use the SetAnnotBorderColor function to change the color of the hotspot border.
Syntax
Delphi
Function DLAddLinkToLocalFileA(InstanceID: Integer; Left, Top, Width, Height: Double; FileName: PAnsiChar; Options: Integer): Integer;
DLL
int DLAddLinkToLocalFileA(int InstanceID, double Left, double Top, double Width, double Height, const char * FileName, int Options);
Parameters
| Left | The left edge of the hotspot rectangle |
|---|---|
| Top | The top edge of the hotspot rectangle The width of the hotspot rectangle |
| Width | The height of the hotspot rectangle |
| Height | |
| FileName | The relative or absolute path to the local file. |
| Options | Specifies the appearance of the link and whether the target is opened in a new window or the same window: 0 = Sem margem, same window 1 = Desenhar uma margem, same window 2 = No border, new window 3 = Draw a border, new window |