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!

PrintDialog.AllowSomePages

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

Property Value

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

See Also

PrintDialog Class | PrintDialog Members | System.WinForms Namespace | AllowPrintToFile | AllowSelection