GStateSetWordSpacing Method |
Sets word spacing.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetWordSpacing(
double word_spacing
)
Public Sub SetWordSpacing (
word_spacing As Double
)
public:
virtual void SetWordSpacing(
[InAttribute] double word_spacing
) sealed
function SetWordSpacing(word_spacing);
Parameters
- word_spacing
- Type: SystemDouble
- a number specified in unscaled text space units.
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