IImageCollection
Contents
[
Hide
]IImageCollection interface
Represents collection of PPImage.
public interface IImageCollection : IGenericCollection<IPPImage>
Properties
Name | Description |
---|---|
Item { get; } | Returns image by its index. |
Methods
Name | Description |
---|---|
AddImage(byte[]) | Adds an image to a presentation from specified buffer. |
AddImage(Image) | Add an image to a presentation. |
AddImage(IPPImage) | Adds a copy of an image from an another presentation. |
AddImage(ISvgImage) | Add an image to a presentation from SVG object. |
AddImage(MemoryStream) | Adds image from a memory stream. |
AddImage(Stream) | Add an image to a presentation from stream. |
AddImage(Stream, LoadingStreamBehavior) | Creates and adds an image to a presentation from stream. |
See Also
- interface IGenericCollection<T>
- interface IPPImage
- namespace Aspose.Slides
- assembly Aspose.Slides