IImageCollection

IImageCollection interface

Represents collection of PPImage.

public interface IImageCollection : IGenericCollection<IPPImage>

Properties

NameDescription
Item { get; }Returns image by its index.

Methods

NameDescription
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