Share via


PrintOptions.FrameSlides Property

Determines whether a thin frame is placed around the border of the printed slides. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property FrameSlides As MsoTriState
    Get
    Set
'Usage
Dim instance As PrintOptions
Dim value As MsoTriState

value = instance.FrameSlides

instance.FrameSlides = value
MsoTriState FrameSlides { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The FrameSlides property applies to printed slides, handouts, and notes pages.

The value of the FrameSlides property can be one of the following MsoTriState constants:

Constant

Description

msoFalse

A thin frame is not placed around the border of the printed slides.

msoTrue

A thin frame is placed around the border of the printed slides.

See Also

Reference

PrintOptions Interface

PrintOptions Members

Microsoft.Office.Interop.PowerPoint Namespace