SetTextUnderlineWidth
Text
Description
Sets the width of the underlines for subsequently drawn text that has an underline style.
Syntax
Delphi
function TPDFlib.SetTextUnderlineWidth(UnderlineWidth: Double): Integer;ActiveX
Function PDFlib::SetTextUnderlineWidth(UnderlineWidth As Double) As LongDLL
int DLSetTextUnderlineWidth(int InstanceID, double UnderlineWidth);Parameters
| UnderlineWidth | The width of the underline to use |
|---|