Click or drag to resize

TextFormatInterCharacterSpace Property

Gets or sets the number of additional pixels to add between characters.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int InterCharacterSpace { get; set; }

Property Value

Type: Int32
The number of additional pixels to add between characters.
Remarks
This value may be negative to reduce the intercharacter spacing.
See Also