Property WordSpacing
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
WordSpacing
Gets the word spacing for this chunk.
public double WordSpacing { get; }
Property Value
- 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.
Read the Extract detailed text information for an example of using text data.