Share via


View.DisplayPageBoundaries 属性

定义

True 显示顶部和底部页边距 (空白区域),灰色区域 (灰色间隔) 文档中的页面之间。 False 隐藏这些白色和灰色区域,使页面形成很长的一页。 默认值为 True

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

属性值

注解

该功能仅在页面视图中可用,并仅影响页面顶部和底部的灰色间隔,而不影响页面的左右两边。 该设置影响指定窗口中的文档。 保存该文档时,同时保存该设置的状态。

适用于