Bitmap.Save Method

Saves the bitmap to the specified file.

Overload List

Name Description
Public method Save(String)

Saves this bitmap to the specified file.

Public method Save(Stream, WriterSettings)

Saves this bitmap to the specified Stream using the provided settings.

Public method Save(String, WriterSettings)

Saves this bitmap to the specified file using the provided settings.

See Also

Reference