Options.AllowReadingMode 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.
True indicates that Microsoft Word opens documents in Reading Layout view. Corresponds to the Allow starting in Reading Layout check box on the General tab of the Options dialog box.
public:
property bool AllowReadingMode { bool get(); void set(bool value); };
public bool AllowReadingMode { get; set; }
member this.AllowReadingMode : bool with get, set
Public Property AllowReadingMode As Boolean