View.ReadingLayout Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.ActiveWindow.View.ReadingLayout = False

See Also