Bitmap.Save Method
Saves this image to the specified stream in the specified format.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Save(String) | Saves this Image to the specified file or stream. (Inherited from Image.) |
|
Save(Stream, ImageFormat) | Saves this image to the specified stream in the specified format. (Inherited from Image.) |
|
Save(String, ImageFormat) | Saves this Image to the specified file in the specified format. (Inherited from Image.) |
|
Save(Stream, ImageCodecInfo, EncoderParameters) | Saves this image to the specified stream, with the specified encoder and image encoder parameters. (Inherited from Image.) |
|
Save(String, ImageCodecInfo, EncoderParameters) | Saves this Image to the specified file, with the specified encoder and image-encoder parameters. (Inherited from Image.) |