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.AllowPaper

Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source) is enabled.

[Visual Basic]
Public Property AllowPaper As Boolean
[C#]
public bool AllowPaper {get; set;}
[C++]
public: __property bool get_AllowPaper();
public: __property void set_AllowPaper(bool);
[JScript]
public function get AllowPaper() : Boolean;
public function set AllowPaper(Boolean);

Property Value

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

See Also

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