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 LongDLL
int DLSetTextUnderlineDistance(int InstanceID, double UnderlineDistance);Parameters
| UnderlineDistance | The distance from the text to the underline |
|---|