Hey
How can I draw some text onto to a jpg using
System.Web.UI.WebControls.Image.
I would like to make a membercard webpart with the name of a member
logget in printed.
On the path "_layouts/FIP/image/medlemskort.jpg" I have a empty card.
Searching the internet, there are plenty of samples like :
Bitmap bitMapImage = new
System.Drawing.Bitmap( Server.MapPath("medlemskort.jpg" ) );
Graphics graphicImage = Graphics.FromImage( bitMapImage );
But I can not use these samples in sharepoint 2007 webpart !! or
what ???
Best Regards
Palle Hansen, Denmark