IPPImage

IPPImage interface

表示演示文稿中的图像。

public interface IPPImage

特性

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

方法

姓名描述
ReplaceImage(byte[])替换图像数据。
ReplaceImage(Image)替换图像。
ReplaceImage(IPPImage)替换图像。

也可以看看