IImageCollection
Overview
IImageCollection is a class in Aspose.Slides FOSS for .NET.
Represents a collection of IPPImage objects.
This class provides 3 methods for working with IImageCollection objects in .NET programs.
Available methods include: AddImage.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsICollection, AsIEnumerable, Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<IPPImage> | Read | Gets the collection as a list. |
AsIEnumerable | IEnumerable<IPPImage> | Read | Gets the collection as an enumerable. |
Count | int | Read | Gets the number of images in the collection. |
Methods
| Signature | Description |
|---|---|
AddImage(image: IImage) | Adds an image from an IImage instance. |
AddImage(stream: Stream) | Adds an image from a stream. |
AddImage(buffer: byte[]) | Adds an image from raw byte data. |