Images

Overview

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

Provides static factory methods for creating Image instances.

This class provides 2 methods for working with Images objects in .NET programs. Available methods include: FromFile, FromStream. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.

Methods

SignatureDescription
FromFile(filename: string)Creates an Image from a file on disk.
FromStream(stream: Stream)Creates an Image from a stream.

See Also