SetTextSpacing
Text
Description
Set the amount of space to add between each line for the DrawWrappedText, GetWrappedTextHeight and DrawMultiLineText functions.
Syntax
Delphi
Function TPDFlib.SetTextSpacing(Spacing: Double): Integer;
ActiveX
Function PDFlib::SetTextSpacing(Spacing As Double) As Long
DLL
int DLSetTextSpacing(int InstanceID, double Spacing);
Parameters
| Spacing | The amount of space to add between each line |
|---|