GetOutlineStyle

Outlines

Description

Returns the style of the outline.

Syntax

Delphi

function TPDFlib.GetOutlineStyle(OutlineID: Integer): Integer;

ActiveX

Function PDFlib::GetOutlineStyle(OutlineID As Long) As Long

DLL

int DLGetOutlineStyle(int InstanceID, int OutlineID);

Parameters

OutlineIDThe ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID.

Return values

0Normal
1Italic 2 Bold 3 Bold Italic