Gets or sets extra space added to the margin for document binding in points.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Gutter { get; set; }
Public Property Gutter As Single
	Get
	Set
public:
property float Gutter {
	float get ();
	void set (float value);
}
member Gutter : float32 with get, set

Property Value

Single

See Also