IImageCollection
Overview
IImageCollection is a class in Aspose.Slides FOSS for .NET.
Represents a collection of objects.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<IPPImage> | Read | Provides the images as an IList of IPPImage |
AsIEnumerable | IEnumerable<IPPImage> | Read | Provides the images as an IEnumerable of IPPImage |
Count | int | Read | Gets the total number of images in the collection |
Methods
| Signature | Description |
|---|---|
AddImage(image: IImage) | The added or existing . |
AddImage(stream: Stream) | The added or existing . |
AddImage(buffer: byte[]) | The added or existing . |