PdfTextData.CharacterSpacing Property

Gets the character spacing for this chunk.

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

Syntax

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

Property Value

Type: 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.

See Also