Overview
Images is a class in Aspose.Slides FOSS for .NET.
Provides static factory methods for creating instances.
Methods
| Signature | Description |
|---|
FromFile(filename: string) | A new initialized with the file data. |
FromStream(stream: Stream) | A new initialized with the stream data. |
See Also