IImage class
Contents
[
Hide
]IImage class
Represents a raster or vector image.
The IImage type exposes the following members:
Properties
Property | Description |
---|---|
size | Gets the size of the image. |
width | Gets the width of the image in pixels. |
height | Gets the height of the image in pixels. |
Methods
Method | Description |
---|---|
save | Saves the image to a file. |
save | Saves the image to a file in the specified format. |
save | Saves the image to a stream in the specified format. |
save | Saves the image to a file in the specified format and quality. |
save | Saves the image to a stream in the specified format and quality. |
Remarks
This interface provides a common abstraction for handling both raster and vector images.
Implementations may vary depending on the underlying image type.
See Also
- module
aspose.slides
- library
Aspose.Slides