_Global.PrintPreview Property

Determines if print preview is the current view.

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

Syntax

'Declaration
Property PrintPreview As Boolean
    Get
    Set
'Usage
Dim instance As _Global
Dim value As Boolean

value = instance.PrintPreview

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

Property Value

Type: System.Boolean

Remarks

This property returns True if print preview is the current view, and False if not. Specify True or False to enable or disable the functionality.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.Word Namespace