WdReadingLayoutMargin Enumeration

Specifies whether margins are visible or hidden when a document is viewed in Full Screen Reading view.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdReadingLayoutMargin
'Usage
Dim instance As WdReadingLayoutMargin
public enum WdReadingLayoutMargin

Members

Member name Description
wdAutomaticMargin Shows the pages without margins.
wdSuppressMargin Microsoft Office Word determines automatically whether to show or hide the margins based on the available space.
wdFullMargin Shows the pages with margins.

See Also

Reference

Microsoft.Office.Interop.Word Namespace