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 = Gray color component 120 = Red color component 121 = Green color component 122 = Blue color component 123 = Cyan color component 124 = Magenta color component 125 = Yellow color component 126 = Black color component 132 = Border width |