GetAnnotStrProperty

Annotations and hotspot links

Description

Returns a property of the specified annotation.

Syntax

Delphi

function TPDFlib.GetAnnotStrProperty(Index, Tag: Integer): WideString;

ActiveX

Function PDFlib::GetAnnotStrProperty(Index As Long, Tag As Long) As String

DLL

wchar_t * DLGetAnnotStrProperty(int InstanceID, int Index, int Tag);

Parameters

IndexThe index of the annotation. The first annotation on the page has an index of 1.
Tag101 = Annotation type 102 = Contents 103 = Name 104 = Modified date 110 = Author 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 140 = The "OverlayText" of the Radact annotation object