IImageCollection

IImageCollection — Aspose.Slides FOSS C# (.NET) API Reference

IImageCollection — IImageCollection API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
AsICollectionIList<IPPImage>Read/Write
AsIEnumerableIEnumerable<IPPImage>Read/Write
CountintRead/Write

Methods

MethodReturnsDescription
AddImage(IImage image)voidThe added or existing .
AddImage(Stream stream)voidThe added or existing .
AddImage(byte[] buffer)voidThe added or existing .

See Also