PageSetup.MirrorMargins Property

True if the inside and outside margins of facing pages are the same width. Can be True, False, or wdUndefined.

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

Syntax

'Declaration
Property MirrorMargins As Integer
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As Integer

value = instance.MirrorMargins

instance.MirrorMargins = value
int MirrorMargins { get; set; }

Property Value

Type: System.Int32

Remarks

If the MirrorMargins property is set to True, the LeftMargin property controls the setting for inside margins and the RightMargin property controls the setting for outside margins.

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Word Namespace