Hi,
I am in trouble with my project my project is creating an event invitation and sending to guests. In that i need to display text on image by entering details in textbox, and save that image with text on it to display that image in other page(preview).
R BPosted Mar 6, 2014, 11:02 AM
The project uses a SaveFileDialog to ask the user for the output location. However, since your own project will be automated and you will not ask the user for the image location, you will simply generate the file name string at run time, then use the file name with the Save() method to save the image after you write the text on it.
HimaPosted Feb 27, 2014, 11:56 PM
R BPosted Feb 27, 2014, 10:36 AM
http://support.leadtools.com/CS/forums/2655/ShowPost.aspx
Other posts you may want to refer to instead:
http://support.leadtools.com/CS/forums/26947/ShowPost.aspx
http://support.leadtools.com/CS/forums/3307/ShowPost.aspx
http://support.leadtools.com/CS/forums/19249/ShowPost.aspx
Robert