Mar 6, 2005 #1 merlinv Programmer Joined Jun 11, 2001 Messages 32 Location US Need to know how to get the characteristics of a printer. I.E. number of pixels /inch , size of the paper etc. An sample code would be good. Thanks. Merlin Vilhauer
Need to know how to get the characteristics of a printer. I.E. number of pixels /inch , size of the paper etc. An sample code would be good. Thanks. Merlin Vilhauer
Mar 6, 2005 1 #2 Korach Programmer Joined Jun 2, 2003 Messages 303 Location IL Code: System.Drawing.Printing.PrintDocument pd = new System.Drawing.Printing.PrintDocument(); pd.PrinterSettings.[WhatEver] Upvote 0 Downvote
Code: System.Drawing.Printing.PrintDocument pd = new System.Drawing.Printing.PrintDocument(); pd.PrinterSettings.[WhatEver]