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