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);
true if the Print to file checkbox is checked; otherwise, false. The default is false.
PrintDialog Class | PrintDialog Members | System.WinForms Namespace