VB.Net and printer properties
-
Hi, What do I need to do display on a form my 1..My default printer 2..List of all my printers Basically what reference do I need to import to get my printer properties. P.S. Any sample code would be greatly appreciated.
An explicit list of printers is available through PrinterSettings.InstalledPrinters .NET has some classes that help you with most aspects of printing. One often only needs PrintDialog and PrintDocument. If that is not sufficient, get ready for quite some complexity (maybe caused by how it all grew over time. :)
Luc Pattyn [Forum Guidelines] [My Articles] [My CP bug tracking] Nil Volentibus Arduum
Season's Greetings to all CPians.
-
Hi, What do I need to do display on a form my 1..My default printer 2..List of all my printers Basically what reference do I need to import to get my printer properties. P.S. Any sample code would be greatly appreciated.