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 |
---|---|
A thin frame is not placed around the border of the printed slides. |
|
A thin frame is placed around the border of the printed slides. |