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)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to which the image will be saved. |
imageFormat | WebImageFormat | The image format WebImageFormat to use for saving. |
quality | Int32 | The quality level of the saved image. |
See Also
- enum WebImageFormat
- interface IBitmap
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG