SlideSize Property

Applies To

PageSetup object.

Description

Returns or sets the slide size for the specified presentation. Can be one of the following PpSlideSizeType constants: ppSlideSize35MM, ppSlideSizeA4Paper, ppSlideSizeCustom, ppSlideSizeLetterPaper, ppSlideSizeOnScreen, or ppSlideSizeOverhead. Read/write Long.

See Also

Size property, SlideHeight property, SlideOrientation property, SlideWidth property.

Example

This example sets the slide size to overhead for the active presentation.

Application.ActivePresentation.PageSetup _
    .SlideSize = ppSlideSizeOverhead