PowerPoint.SlideGetImageOptions interface

表示获取幻灯片图像时的可用选项。

注解

[ API 集:PowerPointApi 1.8 ]

属性

height

生成的图像的所需高度(以像素为单位)。

width

生成的图像的所需宽度(以像素为单位)。

属性详细信息

height

生成的图像的所需高度(以像素为单位)。

height?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]

width

生成的图像的所需宽度(以像素为单位)。

width?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]