Options.PrintComments Property

Definition

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.

Applies to