As the question says, I need to find the printer model number using vb dotNet.
Currently, the EnumPrinters API is used and the driver name is checked, however, some printers are supported by the same driver (i.e. the driver supports a series of printers), which does not allow me to distinguish between them.
I need the output of <manufacturer> <model> <codes>
.
This is possible using vb.net/any another language
source share