A www.Sockets4.NET class library

ImageCanvas.Save Method (Stream, ImageFormat)

Saves this image to the specified stream.

public void Save(
   Stream stream,
   ImageFormat imageFormat
);

Parameters

stream
The Stream where the image will be saved.
imageFormat
An ImageFormat object that specifies the format of the saved image.

See Also

ImageCanvas Class | Sockets4Images Namespace | ImageCanvas.Save Overload List