THotPDF.SetLoadedOutlineTitle Method

Sets loaded outline title state for subsequent paragraph and outline output. The setting affects later page drawing, page dictionary entries, conformance metadata, or text emission rather than already-written content

Declaration

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

Unit

HPDFDoc

Parameters

NamePurpose
IndexZero-based index or object index used to select an existing item
ATitleHuman-readable text stored in the PDF object, action, annotation, or structure element

Return value

This member does not return a value

Usage notes

Related APIs