GetFirstChildOutline
Description
Returns the ID of the outline that is the first child of the specified outline.
Syntax
Delphi
function TQuickPDF0813.GetFirstChildOutline(OutlineID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFirstChildOutline(OutlineID As Long) As Long
DLL
int QuickPDFGetFirstChildOutline(int InstanceID, int OutlineID)
Parameters
| OutlineID | The ID of the outline item to work with. This ID is returned by the NewOutline or NewStaticOutline functions, or retrieved with the GetOutlineID function or Get*Outline functions. |