View.ReadingLayout Property (Word)
Sets or returns a Boolean that represents whether a document is being viewed in reading layout view. .
Syntax
expression .ReadingLayout
expression An expression that returns a View object.
Remarks
True switches the document to reading layout view. False closes reading layout view.
Example
The following example closes reading layout view.
ActiveDocument.ActiveWindow.View.ReadingLayout = False