title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.PageSetup property (PowerPoint) |
vbapp10.chm583012 |
|
|
81327801-ad21-967c-9682-54a847f79e29 |
06/08/2017 |
medium |
Returns a PageSetup object whose properties control slide setup attributes for the specified presentation. Read-only.
expression.PageSetup
expression A variable that represents a Presentation object.
PageSetup
The following example sets the slide size and slide orientation for the presentation named "Pres1."
With Presentations("pres1").PageSetup
.SlideSize = ppSlideSize35MM
.SlideOrientation = msoOrientationHorizontal
End With
[!includeSupport and feedback]