Save Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Drawing Namespace
Bitmap Class
Bitmap Methods
Bitmap Methods
Clone Method
Dispose Method
FromHicon Method
FromResource Method
GetHbitmap Method
GetHicon Method
GetPixel Method
LockBits Method
MakeTransparent Method
MemberwiseClone Method
Save Method
SaveAdd Method
SetPixel Method
SetResolution Method
UnlockBits Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Bitmap
.
.
::
.
Save Method
Saves this image to the specified stream in the specified format.
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
.)
Top
See Also
Reference
Bitmap Class
Bitmap Members
System.Drawing Namespace
Tags :