ImageCollection

Overview

ImageCollection is a class in Aspose.Slides FOSS for Python. Inherits from: IImageCollection.

Represents collection of PPImage.

Properties

NameTypeAccessDescription
as_i_collectionlistReadProvides the images as a list collection
as_i_enumerableAnyReadExposes the images as an enumerable sequence

Methods

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

See Also