View.ReadingLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns a Boolean that represents whether a document is being viewed in reading layout view.
public:
property bool ReadingLayout { bool get(); void set(bool value); };
public bool ReadingLayout { get; set; }
member this.ReadingLayout : bool with get, set
Public Property ReadingLayout As Boolean
Property Value
Remarks
True switches the document to reading layout view. False closes reading layout view.