Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
//after the image is uplaoded use the following sample code to insert text into image
Bitmap myBitmap =
new
Bitmap(
"path of the file"
);
Graphics g = Graphics.FromImage(myBitmap);
g.DrawString(
"My\nText1"
,
Font(
"Tahoma"
, 40), Brushes.White,
PointF(0, 0));
myBitmap.Save(
"new file name"
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!