View.DisplayPageBoundaries 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.
True to display the top and bottom margins (white space) and the gray area (gray space) between pages in a document. False to hide from view the white and gray space so that the pages flow together as one long page. The default value is 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
Property Value
Remarks
This feature is only available in the Print Layout view and only affects the gray space on the top and bottom of a page, not the left and right sides of a page. This setting affects the document in the in the specified window. When the document is saved, the state of this setting is saved with it.