Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing 1

Status
Not open for further replies.

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
 
Code:
System.Drawing.Printing.PrintDocument pd = new System.Drawing.Printing.PrintDocument();
pd.PrinterSettings.[WhatEver]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top