PageSetup.Gutter Property
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.
Returns or sets the amount (in points) of extra margin space added to each page in a document or section for binding.
public:
property float Gutter { float get(); void set(float value); };
public float Gutter { get; set; }
member this.Gutter : single with get, set
Public Property Gutter As Single
Property Value
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.