THotPDF.SetLoadedOutlineColor Method

Sets the text display colour of a loaded PDF bookmark (outline) entry, specified as RGB floating-point values

Declaration

procedure SetLoadedOutlineColor(Index: Integer; AR, AG, AB: Single);

Unit

HPDFDoc

Parameters

NamePurpose
IndexZero-based index of the outline entry (flattened sequence)
ARRed component, ranging from 0.0 to 1.0
AGGreen component, ranging from 0.0 to 1.0
ABBlue component, ranging from 0.0 to 1.0

Usage notes

Related APIs