c# read image from file to bitmap code example Example: c# bitmap to Image var codeBitmap = new Bitmap(your_info); Image image = (Image)codeBitmap;