GetOutlineStyle
Version history
This function was introduced in Quick PDF Library version 7.12.
Description
Returns the style of the outline.
Syntax
Delphi
function TQuickPDF0813.GetOutlineStyle(OutlineID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOutlineStyle(OutlineID As Long) As Long
DLL
int QuickPDFGetOutlineStyle(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 |