IImageCollection
Contents
[
Hide
]
IImageCollection class
Represents collection of PPImage.
The IImageCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns image by its index. |
Methods
Name | Description |
---|---|
add_image(image) | Add an image to a presentation. |
add_image(stream) | Add an image to a presentation from stream. |
add_image(stream, loading_stream_behavior) | Creates and adds an image to a presentation from stream. |
add_image(buffer) | Adds an image to a presentation from specified buffer. |
add_image(image_source) | Adds a copy of an image from an another presentation. |
add_image(svg_image) | Add an image to a presentation from SVG object. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides