View.ReadingLayout Property

Definition

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.

Applies to