Gets or sets a value indicating whether the Pages option button is enabled.
[Visual Basic] Public Property AllowSomePages As Boolean [C#] public bool AllowSomePages {get; set;} [C++] public: __property bool get_AllowSomePages(); public: __property void set_AllowSomePages(bool); [JScript] public function get AllowSomePages() : Boolean; public function set AllowSomePages(Boolean);
true if the Pages option button is enabled; otherwise, false. The default is false.
PrintDialog Class | PrintDialog Members | System.WinForms Namespace | AllowPrintToFile | AllowSelection