PPImage

PPImage class

表示演示文稿中的图像。

public class PPImage : IDisposable, IPPImage

特性

姓名描述
BinaryData { get; }返回图像数据的副本。 只读Byte[]。
ContentType { get; }返回图像的 MIME 类型,编码为BinaryData。 只读String。
Height { get; }返回图像的高度。 只读Int32。
SvgImage { get; set; }返回或设置 ISvgImage 对象ISvgImage
SystemImage { get; }返回图像的副本。 只读Image。
Width { get; }返回图像的宽度。 只读Int32。
X { get; }返回图像的 X 偏移量。 只读Int32。
Y { get; }返回图像的 Y 偏移量。 只读Int32。

方法

姓名描述
Dispose()处理对象。
override GetHashCode()返回图像的哈希码。
ReplaceImage(byte[])替换图像数据。 新图像的数据。 当 newImageData 参数为空时。
ReplaceImage(Image)替换图像数据。注意:当 Image 为 metafile 时 - 由于 GDI+ 的限制,它会被光栅化。使用 ReplaceImage(byte[]) 代替 新图像。 当 newImage 参数为空时。
ReplaceImage(IPPImage)替换图像数据。 新的 IPPImage。 当 newImage 参数为空时。

也可以看看