private void PrintDialog_FormClosing(object sender, FormClosingEventArgs e) { currentTT.SetAllPrintingAttributes(false); //deselect all from being printed. This works! }