Options.AllowOpenInDraftView Property
Returns or sets a Boolean that represents whether to allow users to open documents in draft view. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllowOpenInDraftView As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AllowOpenInDraftView
instance.AllowOpenInDraftView = value
bool AllowOpenInDraftView { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Allow opening a document in draft view check box in the Word Options dialog box.