See Also Examples Applies To
Changes the word spacing used to draw text.
Syntax
object.PdfSetWordSpacing (nWordSpacing)
The PdfSetWordSpacing syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nWordSpacing | Required. Single. Word spacing in point. 1 point = 1/72 inch. |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions