|
|
|
Click here to copy the following block |
Function GetImageFormat(ByVal imgPath As String) As _ System.Drawing.imaging.ImageFormat imgPath = imgPath.ToLower() If imgPath.EndsWith(".bmp") Then Return System.Drawing.Imaging.ImageFormat.Bmp ElseIf imgPath.EndsWith(".emf") Then Return System.Drawing.Imaging.ImageFormat.Emf ElseIf imgPath.EndsWith(".gif") Then Return System.Drawing.Imaging.ImageFormat.Gif ElseIf imgPath.EndsWith(".ico") Then Return System.Drawing.Imaging.ImageFormat.Icon ElseIf imgPath.EndsWith(".jpg") OrElse imgPath.EndsWith(".jpeg") Then Return System.Drawing.Imaging.ImageFormat.Jpeg ElseIf imgPath.EndsWith(".png") Then Return System.Drawing.Imaging.ImageFormat.Png ElseIf imgPath.EndsWith(".tif") OrElse imgPath.EndsWith(".tiff") Then Return System.Drawing.Imaging.ImageFormat.Tiff ElseIf imgPath.EndsWith(".wmf") Then Return System.Drawing.Imaging.ImageFormat.Wmf Else Return System.Drawing.Imaging.ImageFormat.Gif End If End Function |
|
|
|
Submitted By :
Nayan Patel
(Member Since : 5/26/2004 12:23:06 PM)
|
 |

|
Job Description :
He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting. |
View all (893) submissions by this author
(Birth Date : 7/14/1981 ) |
|
|