Image.Save Method
.NET Framework 2.0
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. |
Community Additions
ADD
Show: