SetTextUnderlineColor
Description
Sets the color used to draw the lines for subsequently drawn text that has an underline style.
Syntax
Delphi
function TQuickPDF0813.SetTextUnderlineColor(Red, Green, Blue: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTextUnderlineColor(Red As Double,
Green As Double, Blue As Double) As Long
DLL
int QuickPDFSetTextUnderlineColor(int InstanceID, double Red, double Green,
double Blue)
Parameters
| Red | A value between 0 and 1 indicating the amount of red to add to the underline color. 0 indicates no red, 1 indicates maximum red. |
| Green | A value between 0 and 1 indicating the amount of green to add to the underline color. 0 indicates no green, 1 indicates maximum green. |
| Blue | A value between 0 and 1 indicating the amount of blue to add to the underline color. 0 indicates no blue, 1 indicates maximum blue. |