Hi,
Can u just tell me the way to get the name of printer that i have used to print a word/pdf after clicking on print button(ctrl+p dialog's printare name dropdown list selected item ),so that it can be saved in database ..
Thanks In Advance
Vicky
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santosh UbalePosted Aug 13, 2014, 8:58 AM
you need to add System.Drawing DLL if its not present in your project references...
//CODE:
using System.Drawing.Printing;
Guest UserPosted Aug 10, 2014, 10:33 PM
if you're able to solve it please let me know also.