NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PageSetupDialog.AllowMargins

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);

Property Value

true if the margins section of the dialog box is enabled; otherwise, false. The default is true.

See Also

PageSetupDialog Class | PageSetupDialog Members | System.WinForms Namespace | AllowOrientation | AllowPaper | AllowPrinter