PdfTextRasterizer.CharacterSpacing Property

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: Double
The horizontal distance between characters in points (1/72 inch).

Remarks

Default value: 0.

See Also