ImageCollection
Overview
ImageCollection is a class in Aspose.Slides FOSS for C++.
Manages the collection of images in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ImageCollection | ImageCollection | Read | Constructs a new empty image collection |
Methods
| Signature | Description |
|---|---|
ImageCollection() → ImageCollection | Constructs a new empty image collection |
size() → std::size_t | Returns the number of images in the collection. |
begin() → iterator | Returns an iterator to the first image in the collection |
end() → iterator | Returns an iterator past the last image in the collection |
begin() → const_iterator | |
end() → const_iterator |