Share via


PrintOptions.PrintComments Property

Sets or returns whether comments will be printed. Read/write.

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

Syntax

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

value = instance.PrintComments

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

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

Constant

Description

msoFalse

The default. Comments will not be printed.

msoTrue

Comments will be printed.

See Also

Reference

PrintOptions Interface

PrintOptions Members

Microsoft.Office.Interop.PowerPoint Namespace