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);
true if the paper section of the dialog box is enabled; otherwise, false. The default is true.
PageSetupDialog Class | PageSetupDialog Members | System.WinForms Namespace | AllowMargins | AllowOrientation | AllowPrinter