code for convertion of any image to jpeg files in .net applications

June 28, 2006 6:07am CST
code for convertion of any image to jpeg files in .net applications
1 response
@bzinger (412)
• United States
28 Jun 06
Try using the following method of the Image class. image.Save(filename, imageFormat);