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 LongDLL
int DLGetOutlineStyle(int InstanceID, int OutlineID);Parameters
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |
|---|
Return values
| 0 | Normal |
|---|---|
| 1 | Italic 2 Bold 3 Bold Italic |