IImage — Aspose.Slides FOSS C# (.NET) API Reference
IImage — IImage API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Size | Size | Read/Write | |
Width | int | Read/Write | |
Height | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Save(string filename) | void | The destination file path. |
Save(string filename, string format) | void | The image format. |
Save(Stream stream, string format) | void | The image format. |
Save(string filename, string format, int quality) | void | The image quality (0-100). |
Save(Stream stream, string format, int quality) | void | The image quality (0-100). |