RemoveOutline
Description
Removes an outline from the document.
Syntax
Delphi
function TQuickPDF0813.RemoveOutline(OutlineID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::RemoveOutline(OutlineID As Long) As Long
DLL
int QuickPDFRemoveOutline(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. |
Return values
| 0 | The Outline ID provided was invalid |
| 1 | The outline was removed successfully |