SetTextUnderlineDistance
Text
Description
Sets the distance of the underlines from the text for subsequently drawn text that has an underline style.
Syntax
Delphi
Function TPDFlib.SetTextUnderlineDistance(UnderlineDistance: Double): Integer;
ActiveX
Function PDFlib::SetTextUnderlineDistance(UnderlineDistance As Double) As Long
DLL
int DLSetTextUnderlineDistance(int InstanceID, double UnderlineDistance);
Parameters
| UnderlineDistance | The distance from the text to the underline |
|---|