SetTextWordSpacing
Text
Description
Sets the amount of space to add between words for subsequently drawn text.
Syntax
Delphi
function TPDFlib.SetTextWordSpacing(WordSpacing: Double): Integer;ActiveX
Function PDFlib::SetTextWordSpacing(WordSpacing As Double) As LongDLL
int DLSetTextWordSpacing(int InstanceID, double WordSpacing);Parameters
| WordSpacing | The amount of extra space to add between words |
|---|