FrameSlides Property
Applies To
PrintOptions object.
Description
True if a thin frame is placed around the border of the printed slides. Applies to printed slides, handouts, and notes pages. The default value is False. Read/write Long.
Example
This example prints the active presentation with a frame around each slide.
With ActivePresentation
.PrintOptions.FrameSlides = True
.PrintOut
End With