Share via


SlideOrientation Property

MsoOrientation

MsoOrientation can be one of these MsoOrientation constants.
msoOrientationHorizontal
msoOrientationMixed
msoOrientationVertical

expression.SlideOrientation

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets orientation of all slides in the active presentation to vertical (portrait).

Application.ActivePresentation.PageSetup.SlideOrientation = _
    msoOrientationVertical

Applies to | PageSetup Object

See Also | NotesOrientation Property | Orientation Property | SlideHeight Property | SlideSize Property | SlideWidth Property