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

Gets or sets a value indicating whether the From... To... Page option button is enabled.

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

Property Value

true if the From... To... Page option button is enabled; otherwise, false. The default is true.

See Also

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