ImageCollection
Overview
ImageCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: IImageCollection, IEnumerable<IPPImage>.
Concrete collection managing presentation images within an OPC package.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | IList<IPPImage> | Read | |
AsIEnumerable | IEnumerable<IPPImage> | Read | |
Count | int | Read |
Methods
| Signature | Description |
|---|---|
AddImage(image: IImage) | Adds an image read from the provided Stream to the collection |
AddImage(stream: Stream) | |
AddImage(buffer: byte[]) | |
GetEnumerator() | Returns an enumerator that iterates through the images. |