SetTextWordSpacing
Description
Sets the amount of space to add between words for subsequently drawn text.
Syntax
Delphi
function TQuickPDF0813.SetTextWordSpacing(WordSpacing: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTextWordSpacing(WordSpacing As Double) As Long
DLL
int QuickPDFSetTextWordSpacing(int InstanceID, double WordSpacing)
Parameters
| WordSpacing | The amount of extra space to add between words |