GetAnnotStrProperty
Version history
This function was introduced in Quick PDF Library version 7.15.
Description
Returns a property of the specified annotation.
Syntax
Delphi
function TQuickPDF0813.GetAnnotStrProperty(Index, Tag: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetAnnotStrProperty(Index As Long,
Tag As Long) As String
DLL
wchar_t * QuickPDFGetAnnotStrProperty(int InstanceID, int Index, int Tag)
Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
| Tag |
101 = Annotation type 102 = Contents 103 = Name 104 = Modified date 111 = URL of a link annotation 112 = Action type of link annotation, eg. "URI", "Launch", "GoToR" 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 117 = The name of the annotation icon 118 = Color space, eg. "Gray", "RGB", "CMYK" 127 = Subject of the annotation 129 = The "UF" file name of a "Launch" action 130 = The "UF" file name of a "GoToR" action |