1
Answer

Convert Pixel to Millimeters

In my C# .net i used System.Drawing.Image to read from a .TIFF file. When I retrieve one image height and width, its all in pixel. But I want all in millimeters. Plzz help me to solve this problem.

Answers (1)