SetAnnotStrProperty
Description
Sets a string property of the specified annotation.
Syntax
Delphi
function TQuickPDF0813.SetAnnotStrProperty(Index, Tag: Integer;
NewValue: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetAnnotStrProperty(Index As Long, Tag As Long,
NewValue As String) As Long
DLL
int QuickPDFSetAnnotStrProperty(int InstanceID, int Index, int Tag,
wchar_t * NewValue)
Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
| Tag |
111 = URL of a link annotation 113 = The "Win" file name of a "Launch" action 114 = The "F" file name of a "Launch" action 115 = The "F" file name of a "GoToR" action |
| NewValue | The new value of the specified annotation and property. |