View.ReadingLayout Property
Sets or returns a Boolean that represents whether a document is being viewed in reading layout view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ReadingLayout As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ReadingLayout
instance.ReadingLayout = value
bool ReadingLayout { get; set; }
Property Value
Type: System.Boolean
Remarks
True switches the document to reading layout view. False closes reading layout view.