PageSetupDialog.MinMargins Property

Switch View :
ScriptFree
.NET Framework Class Library
PageSetupDialog.MinMargins Property

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

[Visual Basic]
Public Property MinMargins As Margins
[C#]
public Margins MinMargins {get; set;}
[C++]
public: __property Margins* get_MinMargins();
public: __property void set_MinMargins(Margins*);
[JScript]
public function get MinMargins() : Margins;
public function set MinMargins(Margins);

Property Value

The minimum margins the user is allowed to select, in hundredths of an inch. The default is a null reference (Nothing in Visual Basic).

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

PageSetupDialog Class | PageSetupDialog Members | System.Windows.Forms Namespace | Margins