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 |
---|---|
The default. Comments will not be printed. |
|
Comments will be printed. |