SetTextUnderlineCustomDash
Text
Description
Use this function to apply a dashed effect to the underlines added to subsequently drawn text.
Syntax
Delphi
function TPDFlib.SetTextUnderlineCustomDash(Const DashPattern: WideString; DashPhase: Double): Integer;ActiveX
Function PDFlib::SetTextUnderlineCustomDash(DashPattern As String, DashPhase As Double) As LongDLL
int DLSetTextUnderlineCustomDash(int InstanceID, wchar_t * DashPattern, double DashPhase);Parameters
| DashPattern | The dash pattern to use, for example "10 5 0 5". The dash phase. Usually set to zero. |
|---|---|
| DashPhase |