ImageCollection
Overview
ImageCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: IImageCollection.
Represents collection of PPImage.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Provides the images as a list collection |
as_i_enumerable | Any | Read | Exposes the images as an enumerable sequence |
Methods
| Signature | Description |
|---|---|
add_image() → IPPImage | Adds a new image to the collection and returns an IPPImage object |