aspx_beginners thread: image size ?
how to know the width and height of the image ? sampel i have image in c:\photo1.jpg that have width=100 and height = 160 how i get that width and height using asp.net ??
Hi Nick You can load the image into a System.Drawing.Bitmap. This then gives access to the width and height using the Width and Height properties. Norman
|





