Getting printer colour settings
-
Is there a way to see if the default printer is printing in colour, grayscale or black and white? well hell doesn't want you and heaven is full. Tom Waits
Take a look at this, might help: PRINTER_INFO_2 has a pointer to DEVMODE structure. In DEVMODE is dmFields, value DM_COLOR is what you are looking for? You can find more info about the structures from MSDN, or ask. I'm currently working on PRINTER_INFO_* and DRIVER_INFO_*. ------------------------------------------ Experience is the name every one gives to their mistakes. -- Oscar Wilde Experience is one thing you can't get for nothing. -- Oscar Wilde
-
Take a look at this, might help: PRINTER_INFO_2 has a pointer to DEVMODE structure. In DEVMODE is dmFields, value DM_COLOR is what you are looking for? You can find more info about the structures from MSDN, or ask. I'm currently working on PRINTER_INFO_* and DRIVER_INFO_*. ------------------------------------------ Experience is the name every one gives to their mistakes. -- Oscar Wilde Experience is one thing you can't get for nothing. -- Oscar Wilde