PdfCanvas.WordSpacing Property

Gets or sets the current word spacing.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double WordSpacing { get; set; }
VB
Public Property WordSpacing As Double
	Get
	Set

Property Value

Type: Double
The word spacing.

Remarks

Word spacing works the same way as CharacterSpacingbut applies only to the space character. The word spacing parameter is added to the glyph's horizontal or vertical displacement (depending on the writing mode). For horizontal writing, a positive value for word spacing has the effect of increasing the spacing between words.
Default value: 0.

See Also