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