Options.AllowReadingMode Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AllowReadingMode As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.AllowReadingMode

instance.AllowReadingMode = value
bool AllowReadingMode { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace