WdReadingLayoutMargin Enum
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.
Specifies whether margins are visible or hidden when a document is viewed in Full Screen Reading view.
public enum class WdReadingLayoutMargin
[System.Runtime.InteropServices.Guid("1C4E96C0-3BEB-37A7-8B5B-ED303F90F6EA")]
public enum WdReadingLayoutMargin
type WdReadingLayoutMargin =
Public Enum WdReadingLayoutMargin
- Inheritance
-
WdReadingLayoutMargin
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAutomaticMargin | 0 | Shows the pages without margins. |
wdSuppressMargin | 1 | Microsoft Office Word determines automatically whether to show or hide the margins based on the available space. |
wdFullMargin | 2 | Shows the pages with margins. |