Saves the image to a stream, specifying the file format and quality.
Saves the image to a stream, specifying the file format and quality.
public void Save(Stream,ImageFormat,int);
Saves the image to the file system with specified quality.
public void Save(string,int);
CompactImage Class | Resco.Controls.ImageBox Namespace