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

Gets or sets a value indicating whether the Printer button is enabled.

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

Property Value

true if the Printer button is enabled; otherwise, false. The default is true.

See Also

PageSetupDialog Class | PageSetupDialog Members | System.WinForms Namespace | System.WinForms.Printing.PageSetupDialog.AllowMargins | System.WinForms.Printing.PageSetupDialog.AllowOrientation | AllowPaper