MobileForms Toolkit Documentation

CompactImage.Save Method

Saves the image to a stream, specifying the file format and quality.

Overload List

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);

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace