Using Vb .net, Source code to convert text to Image

IntroductionVisual Basic Source CodeDownload
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
Copyright 2004-2010 Excalibur software Solutions All rights reserved

Note: Any unsolicited email sent to Excalibur Software Solutions or any members of Excalibur Software Solutions, will be archived and a fee of $5.00 dollars US per email per month will be charged to the content owner of said email. The Content Owner must inform Excalibur Software Solutions in writing; they no longer require archive services for each email archived within 30 days of cancelation. The content holder is defined as the entities represented in email regardless of sender. The sender is the representative of the content holder.

Human Ranked Web Directory - Add URL