View.Draft Property
True if all the text in a window is displayed in the same sans-serif font with minimal formatting to speed up display.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Draft As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.Draft
instance.Draft = value
bool Draft { get; set; }
Property Value
Type: System.Boolean