G Guest Nov 16, 2007 #1 How to find the dimensions (width & height) of a .jpg file in c#.net? Thanks.
M Mattias Sjögren Nov 16, 2007 #2 How to find the dimensions (width & height) of a .jpg file in c#.net? Click to expand... Load it into an Image object (using for example Image.FromFile) and check the Size property. Mattias
How to find the dimensions (width & height) of a .jpg file in c#.net? Click to expand... Load it into an Image object (using for example Image.FromFile) and check the Size property. Mattias