AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
Hi can anyone show me how to get at the printer information showing wether the document is in colour and if it is duplex. I am able to log all printjobs with the following info. Computername documentname user numberofpages dateandtime I am trying to evaluate the printlogger from karenware.com but some of the info that I need is not available. I need the information regarding colour & duplex to build my costing model. Hoping someone can help! Ian Clegg ____________________________ ianclegg
Check on DocumentProperties API and DEVMODE structure, there you have dmColor and dmDuplex attributes. ____________________________ If you find the answer helpful, please mark this topic as solved.