SetAnnotContents
Annotations and hotspot links
Popis
Změní obsah anotace
Syntaxe
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);
Parametry
| Index | Index anotace. První anotace na stránce má index 1 |
|---|---|
| NewContents | Nový obsah anotace |