1 out of 2 rated this helpful - Rate this topic

Image.Save Method

Saves this image to the specified stream in the specified format.
Name Description
Image.Save (String) Saves this Image to the specified file or stream.
Image.Save (Stream, ImageFormat) Saves this image to the specified stream in the specified format.

Supported by the .NET Compact Framework.

Image.Save (String, ImageFormat) Saves this Image to the specified file in the specified format.

Supported by the .NET Compact Framework.

Image.Save (Stream, ImageCodecInfo, EncoderParameters) Saves this image to the specified stream, with the specified encoder and image encoder parameters.
Image.Save (String, ImageCodecInfo, EncoderParameters) Saves this Image to the specified file, with the specified encoder and image-encoder parameters.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.