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);
The minimum margins the user is allowed to select, in hundredths of an inch. The default is a null reference (in Visual Basic Nothing).
PageSetupDialog Class | PageSetupDialog Members | System.WinForms Namespace | Margins