Options.PrintHiddenText 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 hidden text is printed.
public:
property bool PrintHiddenText { bool get(); void set(bool value); };
public bool PrintHiddenText { get; set; }
member this.PrintHiddenText : bool with get, set
Public Property PrintHiddenText As Boolean
Property Value
Remarks
Setting the PrintHiddenText property to False automatically sets the PrintComments property to False. However, setting the PrintHiddenText property to True has no effect on the setting of the PrintComments property.