Options.AllowOpenInDraftView Property

Definition

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.

Applies to