GetOutlineActionID
Annotations and hotspot links, Outlines
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
This function will return an ActionID if the specified outline has an action dictionary.
The ActionID can be used with the GetActionType function and can also be compared to the values returned by GetAnnotActionID to determine if an outline action is shared with an annotation action.
Syntax
Delphi
function TQuickPDF0813.GetOutlineActionID(OutlineID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOutlineActionID(OutlineID As Long) As Long
DLL
int QuickPDFGetOutlineActionID(int InstanceID, int OutlineID)
Parameters
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |