This property sets the string that is drawn using the DrawString, DrawText, or the TextOut method.
[Visual
Basic] imagekitcontrolname.PrintDraw.Text
[ = String ]
[Visual
C++] imagekitcontrolname.GetPrintDraw().SetText(LPCTSTR
Val)
Property Value
The string defining text to be drawn.
Explanation
The Text property sets the string to be drawn. This property is enabled when the DrawString, DrawText, GetTextExtent, MeasureString, or TextOut method is executed.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.