CommonSlideViewProperties class

CommonSlideViewProperties class

Represents common slide view properties.

The CommonSlideViewProperties type exposes the following members:

Properties

PropertyDescription
scaleSpecifies the view scaling ratio in percentages.
Read/write int.
variable_scaleSpecifies that the view content should automatically scale to best fit the current window size.
Read/write bool.
drawing_guidesReturns the collection of the drawing guides.
Read-only IDrawingGuidesCollection

Examples

The following example shows how to set the zoom value for slide of PowerPoint Presentation.

See Also