ImageCollection

ImageCollection

Overview

ImageCollection is a class in Aspose.Slides FOSS for .NET. Inherits from: IImageCollection, IEnumerable<IPPImage>.

Concrete collection managing presentation images within an OPC package.

Properties

NameTypeAccessDescription
AsICollectionIList<IPPImage>Read
AsIEnumerableIEnumerable<IPPImage>Read
CountintRead

Methods

SignatureDescription
AddImage(image: IImage)Adds an image read from the provided Stream to the collection
AddImage(stream: Stream)
AddImage(buffer: byte[])
GetEnumerator()Returns an enumerator that iterates through the images.

See Also