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

Gets or sets a value indicating whether the Print to file checkbox is checked.

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

Property Value

true if the Print to file checkbox is checked; otherwise, false. The default is false.

See Also

PrintDialog Class | PrintDialog Members | System.WinForms Namespace