IImageCollection class

IImageCollection class

Represents collection of PPImage.

The IImageCollection type exposes the following members:

Returns image by its index.

Indexer

NameDescription
[index]Index.

Methods

MethodDescription
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, image_source)Adds a copy of an image from an another presentation.
add_image(self, svg_image)Add an image to a presentation from SVG object.

See Also