IImage
Overview
IImage is a class in Aspose.Slides FOSS for .NET.
Represents a raster or vector image.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Size | Size | Read | Gets the image dimensions as a Size structure |
Width | int | Read | Gets the image width in pixels |
Height | int | Read |
Methods
| Signature | Description |
|---|---|
Save(filename: string) | The destination file path. |
Save(filename: string, format: string) | The image format. |
Save(stream: Stream, format: string) | The image format. |
Save(filename: string, format: string, quality: int) | The image quality (0-100). |
Save(stream: Stream, format: string, quality: int) | The image quality (0-100). |