Hi all, I have a little Windows.Forms program that can browse through the disk to get images and then gives me the width and the height of the image... But I want to have as well the weight of the image, the Ko, the size. How can I have this! There's is properties for width and height but not for weight... Maybe I missed something.
string varHeight, varWidth, varSize;
varHeight = img.Height.ToString()+ " px";
varWidth = img.Width.ToString()+ " px";
varSize = img.????????????? + " Ko";
string varHeight, varWidth, varSize;
varHeight = img.Height.ToString()+ " px";
varWidth = img.Width.ToString()+ " px";
varSize = img.????????????? + " Ko";