PowerPoint.SlideGetImageOptions interface
Represents the available options when getting an image of a slide.
Remarks
Properties
height | The desired height of the resulting image in pixels. |
width | The desired width of the resulting image in pixels. |
Property Details
height
The desired height of the resulting image in pixels.
height?: number;
Property Value
number
Remarks
width
The desired width of the resulting image in pixels.
width?: number;
Property Value
number