PageSetup.Gutter Property

Definition

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.

Applies to