GetAnnotDblProperty
Description
Returns a property of the specified annotation.
Syntax
Delphi
function TQuickPDF0813.GetAnnotDblProperty(Index, Tag: Integer): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::GetAnnotDblProperty(Index As Long,
Tag As Long) As Double
DLL
double QuickPDFGetAnnotDblProperty(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 |