ImageCollection

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

ImageCollection — ImageCollection API type. Inherits from: IImageCollection, IEnumerable<IPPImage>.

Package: Aspose.Slides.Foss


Properties

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

Methods

MethodReturnsDescription
AddImage(IImage image)void
AddImage(Stream stream)void
AddImage(byte[] buffer)void
GetEnumerator()void

See Also