SetOutlineTitle
Description
Sets the title of an outline item (bookmark).
Syntax
Delphi
function TQuickPDF0813.SetOutlineTitle(OutlineID: Integer;
NewTitle: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetOutlineTitle(OutlineID As Long,
NewTitle As String) As Long
DLL
int QuickPDFSetOutlineTitle(int InstanceID, int OutlineID, wchar_t * NewTitle)
Parameters
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |
| NewTitle | The new title for the outline item. |
Return values
| 0 | The Outline ID provided was invalid |
| 1 | The title of the outline item was set successfully |