Options.PrintComments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Word prints comments, starting on a new page at the end of the document.
public:
property bool PrintComments { bool get(); void set(bool value); };
public bool PrintComments { get; set; }
member this.PrintComments : bool with get, set
Public Property PrintComments As Boolean
Property Value
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.