PageSetupDialog::MinMargins Property

 

Gets or sets a value indicating the minimum margins, in hundredths of an inch, the user is allowed to select.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Margins^ MinMargins {
	Margins^ get();
	void set(Margins^ value);
}

Property Value

Type: System.Drawing.Printing::Margins^

The minimum margins, in hundredths of an inch, the user is allowed to select. The default is null.

.NET Framework
Available since 1.1
Return to top
Show: