GetOutlineColor
Version history
This function was introduced in Quick PDF Library version 7.12.
Description
Returns the color component of the outline as a value between 0 and 1.
Syntax
Delphi
function TQuickPDF0813.GetOutlineColor(OutlineID, ColorComponent: Integer): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOutlineColor(OutlineID As Long,
ColorComponent As Long) As Double
DLL
double QuickPDFGetOutlineColor(int InstanceID, int OutlineID, int ColorComponent)
Parameters
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |
| ColorComponent |
The component of the color: 0 = Red 1 = Green 2 = Blue |