GetAnnotDblProperty
Annotations and hotspot links
Description
Returns a property of the specified annotation.
Syntax
Delphi
function TPDFlib.GetAnnotDblProperty(Index, Tag: Integer): Double;ActiveX
Function PDFlib::GetAnnotDblProperty(Index As Long, Tag As Long) As DoubleDLL
double DLGetAnnotDblProperty(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 | 105 = Left 106 = Top 107 = Width 108 = Height 119 = Grey colour component 120 = Red colour component 121 = Green colour component 122 = Blue colour component 123 = Cyan colour component 124 = Magenta colour component 125 = Yellow colour component 126 = Black colour component 132 = Border width |