I have the problem setting the size of an Image to a maximum value. Do you have a code example how to set the Image Size ?
System.Drawing.Image image = System.Drawing.Image.FromStream(stream, true);
In the first step I am loading the image from Stream and in the next step i want to set the image.Site.width to 800