IImage
IImage interface
Represents the raster or vector image.
public interface IImage : IDisposable
Properties
Name | Description |
---|---|
Height { get; } | Gets the height of the image. |
Size { get; } | Gets an image size. |
Width { get; } | Gets the width of the image. |
Methods
Name | Description |
---|---|
Save(string) | Save the image to the file. |
Save(Stream, ImageFormat) | Save the image to the stream. |
Save(string, ImageFormat) | Save the image to the file. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides