THotPDF.SetLoadedOutlineTitle Method

Modifies the title text of the bookmark entry at the specified index position in the bookmark tree (Outline) of the loaded PDF document

Declaration

procedure SetLoadedOutlineTitle(Index: Integer; const ATitle: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
IndexThe linearly unrolled index of the bookmark entry (depth-first traversal order, zero-based)
ATitleThe new title string to write to the Title field of the bookmark entry

Usage notes

Related APIs