Example #1
0
 // Constructor.
 public PrinterSettings()
 {
     collate        = false;
     copies         = 1;
     duplex         = Duplex.Default;
     fromPage       = 0;
     landscapeAngle = 0;
     maximumCopies  = 1;
     maximumPage    = 9999;
     minimumPage    = 0;
     printerName    = null;
     printRange     = PrintRange.AllPages;
     printToFile    = false;
     toPage         = 0;
     toolkitPrinter = null;
 }
	// Constructor.
	public PrinterSettings()
			{
				collate = false;
				copies = 1;
				duplex = Duplex.Default;
				fromPage = 0;
				landscapeAngle = 0;
				maximumCopies = 1;
				maximumPage = 9999;
				minimumPage = 0;
				printerName = null;
				printRange = PrintRange.AllPages;
				printToFile = false;
				toPage = 0;
				toolkitPrinter = null;
			}