PdfTextData.WordSpacing Property

Gets the word spacing for this chunk.

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

Syntax

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

Property Value

Type: Double
The word spacing specified in unscaled text space units.

Remarks

The word spacing is added to the horizontal or vertical component of space character's displacement, depending on the writing mode.

See Also