PdfCanvas.CharacterSpacing Property

Gets or sets the current character spacing.

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 character spacing.

Remarks

The character spacing parameter is a number specified in unscaled text space units (although it is subject to scaling by the TextHorizontalScaling parameter if the writing mode is horizontal). When the glyph for each character in the string is rendered, character spacing is added to the horizontal or vertical component of the glyph's displacement, depending on the writing mode.
Default value: 0.

See Also