Property CharacterSpacing
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CharacterSpacing
Gets the character spacing for this chunk.
public double CharacterSpacing { get; }
Property Value
- double
The character spacing specified in unscaled text space units.
Remarks
The character spacing is added to the horizontal or vertical component of each glyph's displacement, depending on the writing mode.
Read the Extract detailed text information for an example of using text data.