IBitmap.Save

IBitmap.Save method

Saves the bitmap image to the specified stream with the specified image format and quality.

public void Save(Stream stream, WebImageFormat imageFormat, int quality)
ParameterTypeDescription
streamStreamThe stream to which the image will be saved.
imageFormatWebImageFormatThe image format WebImageFormat to use for saving.
qualityInt32The quality level of the saved image.

See Also