IImageCollection

IImageCollection

Overview

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

Represents a collection of IPPImage objects.

This class provides 3 methods for working with IImageCollection objects in .NET programs. Available methods include: AddImage. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AsICollection, AsIEnumerable, Count.

Properties

NameTypeAccessDescription
AsICollectionIList<IPPImage>ReadGets the collection as a list.
AsIEnumerableIEnumerable<IPPImage>ReadGets the collection as an enumerable.
CountintReadGets the number of images in the collection.

Methods

SignatureDescription
AddImage(image: IImage)Adds an image from an IImage instance.
AddImage(stream: Stream)Adds an image from a stream.
AddImage(buffer: byte[])Adds an image from raw byte data.

See Also