IImageCollection

IImageCollection 接口

表示 PPImage 的集合。

public interface IImageCollection : IGenericCollection<IPPImage>

属性

名称描述
Item { get; }根据索引返回图像。

方法

名称描述
AddImage(byte[])从指定缓冲区向演示文稿添加图像。
AddImage(IImage)向演示文稿添加图像。
AddImage(IPPImage)从另一个演示文稿添加图像的副本。
AddImage(ISvgImage)从 SVG 对象向演示文稿添加图像。
AddImage(MemoryStream)从内存流添加图像。
AddImage(Stream)从流向演示文稿添加图像。
AddImage(Stream, LoadingStreamBehavior)从流创建并向演示文稿添加图像。

另请参阅