Edit

Share via


PowerPoint.SlideGetImageOptions interface

Represents the available options when getting an image of a slide.

Remarks

[ API set: PowerPointApi 1.8 ]

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

[ API set: PowerPointApi 1.8 ]

width

The desired width of the resulting image in pixels.

width?: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.8 ]