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 Double

DLL

double DLGetOutlineColor(int InstanceID, int OutlineID, int ColorComponent);

Parameters

OutlineIDThe ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID.
ColorComponentThe component of the color: 0 = Red 1 = Green 2 = Blue