Share via


View.ReadingLayout 属性

定义

设置或返回一个 布尔值 ,该值表示是否在阅读布局视图中查看文档。

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

属性值

注解

如果为 True,则将文档切换到阅读版式视图。 如果为 False,则关闭阅读版式视图。

适用于