Options.AllowOpenInDraftView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that represents whether to allow users to open documents in draft view. Read/write.
public:
property bool AllowOpenInDraftView { bool get(); void set(bool value); };
public bool AllowOpenInDraftView { get; set; }
member this.AllowOpenInDraftView : bool with get, set
Public Property AllowOpenInDraftView As Boolean
Property Value
Boolean
Remarks
This property corresponds to the Allow opening a document in draft view check box in the Word Options dialog box.