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 Long
DLL
int DLSetTextUnderlineCustomDash(int InstanceID, const 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 |