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