This property sets the space between characters.
[Visual
Basic] imagekitcontrolname.PrintDraw.CharExtra
[ = Long ]
[Visual
C++] imagekitcontrolname.GetPrintDraw().SetCharExtra(long
Val)
Property Value
The space between characters. (For default spacing set this property to 0)
Explanation
The CharExtra property sets the space between characters.
This property is enabled when the DrawText, GetTextExtent, or TextOut methods are executed. If the text is drawn on the screen or the image data, set the value in pixel units. If the text is drawn on the printer, then set the values in 0.1mm units.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.