PageSetup.SlideOrientation Property (PowerPoint)
Returns or sets the on-screen and printed orientation of slides in the specified presentation. Read/write.
Syntax
expression .SlideOrientation
expression A variable that represents a PageSetup object.
Return Value
MsoOrientation
Remarks
The value of the SlideOrientation property can be one of these MsoOrientation constants.
msoOrientationHorizontal |
msoOrientationMixed |
msoOrientationVertical |
Example
This example sets orientation of all slides in the active presentation to vertical (portrait).
Application.ActivePresentation.PageSetup.SlideOrientation = msoOrientationVertical