Options.PrintComments Property

True if Microsoft Word prints comments, starting on a new page at the end of the document.

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

Syntax

'Declaration
Property PrintComments As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.PrintComments

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

Property Value

Type: System.Boolean

Remarks

Setting the PrintComments property to True automatically sets the PrintHiddenText property to True. However, setting the PrintComments property to False has no effect on the setting of the PrintHiddenText property.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace