Click or drag to resize

GStateGetWordSpacing Method

Gets the word spacing.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double GetWordSpacing()

Return Value

Type: Double
currently selected word spacing Word spacing works the same way as Character spacing, but applies only to the space Character (Char code 32). See Section 5.2.2 in PDF Reference Manual for details.
See Also