get printer information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • davidrrc
    New Member
    • Feb 2008
    • 1

    get printer information

    how get printer innformation from all printers in the pc, and all works send to printers? how i can access the printer deamon?

    by example
    printer name
    drivers
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    I havent used the print deamon,

    I am not sure if this class would help

    System.Drawing. Printing.Printe rSettings

    you can use System.Drawing. Printing.Printe rSettings.Insta lledPrinters to get a list of the names of the installed printers on that machine

    Comment

    Working...