ImageCollection
General
ImageCollection és una classe en Aspose.Slides FOSS per a C++.
Gestiona la col·lecció d’imatges en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
ImageCollection | ImageCollection | Read | Property provides access to the underlying image collection object |
Mètodes
| Signature | Description |
|---|---|
ImageCollection() → ImageCollection | Property provides access to the underlying image collection object |
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 |