AttachAnnotToForm
Formuliervelden, annotaties en hotspotkoppelingen
Beschrijving
Deze functie koppelt een annotatie aan het documentformulier
Gebruik de functie IsAnnotFormField om te controleren of de opgegeven annotatie aan het documentformulier kan worden gekoppeld en of die momenteel gekoppeld is
Syntaxis
Delphi
Function TPDFlib.AttachAnnotToForm(Index: Integer): Integer;
ActiveX
Function PDFlib::AttachAnnotToForm(Index As Long) As Long
DLL
int DLAttachAnnotToForm(int InstanceID, int Index);
Syntaxis
| Index | De index van de annotatie. De eerste annotatie op de pagina heeft index 1 |
|---|
Retourwaarden
| 0 | De opgegeven annotatie kon niet aan het documentformulier worden gekoppeld |
|---|---|
| 1 | De opgegeven annotatie is met succes aan het documentformulier gekoppeld |