GetOutlineColor
Color, Outlines
Description
Returns the color component of the outline as a value between 0 and 1.
Syntax
Delphi
function TPDFlib.GetOutlineColor(OutlineID, ColorComponent: Integer): Double;ActiveX
Function PDFlib::GetOutlineColor(OutlineID As Long, ColorComponent As Long) As DoubleDLL
double DLGetOutlineColor(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 |