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