printer related info

  • Thread starter Thread starter tolisss
  • Start date Start date
T

tolisss

Hi

can someone saw me the right way of retrieving all printers of a system
along with their basic info such as port,papersize etc.

the only i found is PrinterSettings.InstalledPriters collection but
that does not give any info except printer names.

can it be done managed or do i have to use winApi?

thnks
 
tolisss,

You can create a new PrinterSettings class instances, and then set the
PrinterName property on the instance to the name of the printer (and you
have all the names now from the call to InstalledPrinters).

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top