I know how to get the DPI on an image in C# .HorizontalResolution;
.VerticalResolution;
But what's the difference between these two lines of code, could these values be different than each other?
My point Is; When I scan an image using a printer, it asks me to set the dpi for the scanned image. So, that value will be represented inside .HorizontalResolution;
Or .VerticalResolution;
?