Share via


View.ReadingLayoutTruncateMargins Property

Returns or sets a WdReadingLayoutMargin constant that represents whether margins are visible or hidden when a document is viewed in Full Screen Reading view. Read/write.

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

Syntax

'Declaration
Property ReadingLayoutTruncateMargins As WdReadingLayoutMargin
    Get
    Set
'Usage
Dim instance As View
Dim value As WdReadingLayoutMargin

value = instance.ReadingLayoutTruncateMargins

instance.ReadingLayoutTruncateMargins = value
WdReadingLayoutMargin ReadingLayoutTruncateMargins { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdReadingLayoutMargin
WdReadingLayoutMargin

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace