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

NameTypeAccessDescription
as_i_collectionlistReadGets the as i collection.
as_i_enumerableAnyReadGets the as i enumerable.

Methods

SignatureDescription
add_image()IPPImageAdds a new image to the collection and returns an IPPImage object

See Also