_Application.PrintPreview Property
Determines if print preview is the current view. This property returns True if print preview is the current view, and False if not.
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 _Application
Dim value As Boolean
value = instance.PrintPreview
instance.PrintPreview = value
bool PrintPreview { get; set; }
Property Value
Type: System.Boolean