PowerPoint.SlideGetImageOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the available options when getting an image of a slide.
Remarks
[ API set: PowerPointApi BETA (PREVIEW ONLY) ]
Properties
height | The desired height of the resulting image in pixels. |
width | The desired width of the resulting image in pixels. |
Property Details
height
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The desired height of the resulting image in pixels.
height?: number;
Property Value
number
Remarks
width
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The desired width of the resulting image in pixels.
width?: number;
Property Value
number
Remarks
Office Add-ins