SetTextUnderlineColorSep
Description
Sets the color used to draw the lines for subsequently drawn text that has an underline style. Similar to the SetTextUnderlineColor function, but a tint of a separation color added with the AddSeparationColor function is used.
Syntax
Delphi
function TQuickPDF0813.SetTextUnderlineColorSep(ColorName: WideString;
Tint: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTextUnderlineColorSep(ColorName As String,
Tint As Double) As Long
DLL
int QuickPDFSetTextUnderlineColorSep(int InstanceID, wchar_t * ColorName,
double Tint)
Parameters
| ColorName | The name of the separation color that was used with the AddSeparationColor function |
| Tint | The amount of color to use. 0 indicates no color (white), 1 indicates maximum color. |
Return values
| 0 | The separation color name could not be found |
| 1 | The text underline color was set successfully |