Hi, I`m working with visual studio 2005 C#. When I run my code the picture is displayed in pixels, but I need to display it in millimeters? string path; Bitmap image1; path = OpenFile(); if (path != null) { image1 = new Bitmap(@path, true); ... Valiovalio