This property sets the font size when drawing text

[Visual Basic]   imagekitcontrolname.PrintDraw.FontSize [ = Integer ]
[Visual C++]     imagekitcontrolname.GetPrintDraw().SetFontSize(short Val)
[VB.NET]   imagekitcontrolname.PrintDraw.FontSize [ = Short ]
[C#.NET]   imagekitcontrolname.PrintDraw.FontSize [ = short ]

Property Value

Font size (in points)

Explanation

The FontSize property sets the font size when drawing text. This property is enabled when the DrawString, DrawText, GetTextExtent, MeasureString, or TextOut method is executed.


Note: Since the DrawText method scales text to fit within a specified area, there are cases where the specified font size can not be used.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit9 ActiveX is a product created by Newtone Corporation