AddLinkToNamedDestination
Annotations and hotspot links, Page properties
Description
Page de référence de AddLinkToNamedDestination. La fonction appartient à Annotations and hotspot links, Page properties et conserve tous les identifiants exactement comme affichés
Syntaxe
Delphi
Function TPDFlib.AddLinkToNamedDestination(Left, Top, Width, Height: Double; Const DestName: WideString; Options: Integer): Integer;
DLL
int DLAddLinkToNamedDestination(int InstanceID, double Left, double Top, double Width, double Height, const wchar_t * DestName, int Options);
Valeurs de retour
| 0 | DestName was empty or the link could not be created |
|---|---|
| 1 | The named-destination link was added to the selected page |