PageSetup.Gutter Property

Returns or sets the amount (in points) of extra margin space added to each page in a document or section for binding.

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

Syntax

'Declaration
Property Gutter As Single
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As Single

value = instance.Gutter

instance.Gutter = value
float Gutter { get; set; }

Property Value

Type: System.Single

Remarks

If the MirrorMargins property is set to True, the Gutter property adds the extra space to the inside margins. Otherwise, the extra space is added to the left margin.

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Word Namespace