ImageCollection class

ImageCollection class

Represents collection of PPImage.

The ImageCollection type exposes the following members:

Gets the element at the specified index. Read-only IPPImage.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_image(self, image_source)Adds a copy of an image from an another presentation.
add_image(self, image)Add an image to a presentation.
add_image(self, stream)Add an image to a presentation from stream.
add_image(self, stream, loading_stream_behavior)Creates and adds an image to a presentation from stream.
add_image(self, buffer)Adds an image to a presentation from specified buffer.
add_image(self, svg_image)Add an image to a presentation from Svg object.

See Also