GetAnnotIntProperty
Description
Returns a property of the specified annotation.
Syntax
Delphi
function TQuickPDF0813.GetAnnotIntProperty(Index, Tag: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetAnnotIntProperty(Index As Long,
Tag As Long) As Long
DLL
int QuickPDFGetAnnotIntProperty(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 |
109 = Flags 116 = Page number of "GoToR" action (1 is first page) 128 = Index of the annotation that this annotation is in reply to 131 = Page number of "GoTo" action 133 = Returns 1 if a "Launch" or "GoToR" action's NewWindow property is set |