SetAnnotContents
Annotations and hotspot links
Beschrijving
Wijzigt de inhoud van een annotatie
Syntaxis
Delphi
Function TPDFlib.SetAnnotContents(Index: Integer; Const NewContents: WideString): Integer;
ActiveX
Function PDFlib::SetAnnotContents(Index As Long, NewContents As String) As Long
DLL
int DLSetAnnotContents(int InstanceID, int Index, const wchar_t * NewContents);
Parameters
| Index | De index van de annotatie. De eerste annotatie op de pagina heeft index 1 |
|---|---|
| NewContents | De nieuwe inhoud van de annotatie |