ImageCollection

ImageCollection

Overview

ImageCollection is a class in Aspose.Slides FOSS for C++.

Manages the collection of images in a presentation.

Properties

NameTypeAccessDescription
ImageCollectionImageCollectionReadConstructs a new empty image collection

Methods

SignatureDescription
ImageCollection()ImageCollectionConstructs a new empty image collection
size()std::size_tReturns the number of images in the collection.
begin()iteratorReturns an iterator to the first image in the collection
end()iteratorReturns an iterator past the last image in the collection
begin()const_iterator
end()const_iterator

See Also