ImageCollection
Overview
ImageCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: IImageCollection.
Represents collection of PPImage.
This class provides 1 method for working with ImageCollection objects in Python programs.
Available methods include: add_image.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_collection, as_i_enumerable.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Gets the as i collection. |
as_i_enumerable | Any | Read | Gets the as i enumerable. |
Methods
| Signature | Description |
|---|---|
add_image() → IPPImage | Adds a new image to the collection and returns an IPPImage object |