IPPImage

IPPImage 接口

表示演示文稿中的图像。

public interface IPPImage

属性

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

方法

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

另请参阅