Options.PrintHiddenText Property

Definition

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.

Applies to