SetTextUnderlineDistance
Text
Descrição
Define a distância entre os sublinhados e o texto para o texto desenhado posteriormente com um estilo sublinhado
Sintaxe
Delphi
Function TPDFlib.SetTextUnderlineDistance(UnderlineDistance: Double): Integer;
ActiveX
Function PDFlib::SetTextUnderlineDistance(UnderlineDistance As Double) As Long
DLL
int DLSetTextUnderlineDistance(int InstanceID, double UnderlineDistance);
Parâmetros
| UnderlineDistance | A distância entre o texto e o sublinhado |
|---|