SetAnnotContents
Description
Changes the contents of an annotation.
Syntax
Delphi
function TQuickPDF0813.SetAnnotContents(Index: Integer;
NewContents: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetAnnotContents(Index As Long,
NewContents As String) As Long
DLL
int QuickPDFSetAnnotContents(int InstanceID, int Index, wchar_t * NewContents)
Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
| NewContents | The new contents of the annotation |