Image::Save Method

 

Saves this image to the specified stream in the specified format.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodSave(Stream^, ImageCodecInfo^, EncoderParameters^)

Saves this image to the specified stream, with the specified encoder and image encoder parameters.

System_CAPS_pubmethodSave(Stream^, ImageFormat^)

Saves this image to the specified stream in the specified format.

System_CAPS_pubmethodSave(String^)

Saves this Image to the specified file or stream.

System_CAPS_pubmethodSave(String^, ImageCodecInfo^, EncoderParameters^)

Saves this Image to the specified file, with the specified encoder and image-encoder parameters.

System_CAPS_pubmethodSave(String^, ImageFormat^)

Saves this Image to the specified file in the specified format.

Return to top
Show: