Options.PrintHiddenText Property

True if hidden text is printed.

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

Syntax

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

value = instance.PrintHiddenText

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

Property Value

Type: System.Boolean

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.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace