GetOutlineActionID
Annotations and hotspot links, Outlines
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 TPDFlib.GetOutlineActionID(OutlineID: Integer): Integer;ActiveX
Function PDFlib::GetOutlineActionID(OutlineID As Long) As LongDLL
int DLGetOutlineActionID(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. |
|---|