IImage

Overview

IImage is a class in Aspose.Slides FOSS for .NET.

Represents a raster or vector image.

Properties

NameTypeAccessDescription
SizeSizeReadGets the image dimensions as a Size structure
WidthintReadGets the image width in pixels
HeightintRead

Methods

SignatureDescription
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).

See Also