GStateGetWordSpacing Method |
Gets the word spacing.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetWordSpacing()
Public Function GetWordSpacing As Double
public:
virtual double GetWordSpacing() sealed
function 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