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 LongDLL
int DLSetTextSpacing(int InstanceID, double Spacing);Parameters
| Spacing | The amount of space to add between each line |
|---|