CloneOutlineAction
Annotations and hotspot links, Outlines
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Calling this function will clone the action dictionary of the specified outline. This is useful when an outline and an annotation share the same action dictionary and the actions must be set individually.
Syntax
Delphi
function TQuickPDF0813.CloneOutlineAction(OutlineID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::CloneOutlineAction(OutlineID As Long) As Long
DLL
int QuickPDFCloneOutlineAction(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. |