IImageCollection

IImageCollection

Overview

IImageCollection is a class in Aspose.Slides FOSS for .NET.

Represents a collection of objects.

Properties

NameTypeAccessDescription
AsICollectionIList<IPPImage>ReadProvides the images as an IList of IPPImage
AsIEnumerableIEnumerable<IPPImage>ReadProvides the images as an IEnumerable of IPPImage
CountintReadGets the total number of images in the collection

Methods

SignatureDescription
AddImage(image: IImage)The added or existing .
AddImage(stream: Stream)The added or existing .
AddImage(buffer: byte[])The added or existing .

See Also