SetTextColor
Description
Sets the color for any subsequently drawn text. The values of the color parameters range from 0 to 1, with 0 indicating 0% and 1 indicating 100% of the color.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetTextColor(Red, Green, Blue: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetTextColor(Red As Double,
Green As Double, Blue As Double) As Long
DLL
int DPLSetTextColor(int InstanceID, double Red, double Green, double Blue)
Parameters
Red | The red component of the color |
Green | The green component of the color |
Blue | The blue component of the color |