Gets or sets the horizontal distance between rendered characters in points.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double CharacterSpacing { get; set; }
VB
Public Property CharacterSpacing As Double
Get
Set
Property Value
Type:
DoubleThe horizontal distance between characters in points (1/72 inch).
Remarks
See Also