GetAnnotActionID
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
This function will return an ActionID if the specified annotation has an action dictionary.
The ActionID can be used with the GetActionType and GetActionDest functions and can also be compared to the values returned by GetOutlineActionID to determine if an annotation action is shared with an outline action.
Syntax
Delphi
function TQuickPDF0813.GetAnnotActionID(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetAnnotActionID(Index As Long) As Long
DLL
int QuickPDFGetAnnotActionID(int InstanceID, int Index)
Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |