Visual basic source code to take any text string and convert it to a image.
Public Function Text2Image(ByVal YourText As String, ByVal YourFontColor As Color, _
ByVal YourBackColor As Color, ByVal YourFontName As String, ByVal FontSize As Integer, _
ByVal Height As Integer, ByVal Width As Integer) As Image
YourText as String 'The string to be converted to image
YourFontColor as Color 'The color of your string
YourBackColor as Color 'The background color of your image
YourFontName as string 'The name of the font Example "Times New Roman"
FontSize As Integer 'The size of font
Height As Integer
Width As Integer
Return
Image