Gets or sets a value indicating whether the margins section of the dialog box is enabled.
[Visual Basic] Public Property AllowMargins As Boolean [C#] public bool AllowMargins {get; set;} [C++] public: __property bool get_AllowMargins(); public: __property void set_AllowMargins(bool); [JScript] public function get AllowMargins() : Boolean; public function set AllowMargins(Boolean);
true if the margins section of the dialog box is enabled; otherwise, false. The default is true.
PageSetupDialog Class | PageSetupDialog Members | System.WinForms Namespace | AllowOrientation | AllowPaper | AllowPrinter