View.ReadingLayoutActualView 属性

定义

设置或返回一个 boolean 类型的值 ,该值代表是否在阅读版式视图中显示使用与打印页面相同的布局。

public:
 property bool ReadingLayoutActualView { bool get(); void set(bool value); };
public bool ReadingLayoutActualView { get; set; }
member this.ReadingLayoutActualView : bool with get, set
Public Property ReadingLayoutActualView As Boolean

属性值

注解

在阅读版式视图,页不会显示文本打印的页面中包含的全部内容,因为在普通视图和页面视图中,您将看到。 而它们将显示在屏幕中。 ReadingLayoutActualView 属性设置为 True ,当打印时的样子显示文档。 在较小的显示器,这需要缩放级别,这将使文档更容易阅读,但它是相当不错的较大的显示器。

适用于