SetAnnotContents
Annotationer og hotspot-links
Beskrivelse
Ændrer indholdet af en annotation.
Syntaks
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);
Parametre
| Index | Annotationens indeks. Den første annotation på siden har indeks 1 |
|---|---|
| NewContents | Annoteringens nye indhold |