PrintOptions.PrintHiddenSlides Property
Determines whether hidden slides in the specified presentation will be printed. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property PrintHiddenSlides As MsoTriState
Get
Set
'Usage
Dim instance As PrintOptions
Dim value As MsoTriState
value = instance.PrintHiddenSlides
instance.PrintHiddenSlides = value
MsoTriState PrintHiddenSlides { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the PrintHiddenSlides property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
The hidden slides in the specified presentation will not be printed. |
|
The hidden slides in the specified presentation will be printed. |