How to disable Chrome Browser print preview dialog box and show system default print dialog box using Dot Net.
I googled a way to disable using --disable-print-preview option that we have to provide on chrome property window.
In the net,i found to set option as
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
--disable-print-preview.
But i want to achieve programmatically this using Dot Net.
Can anyone help me on this.
Thanks
Rejesh Kumar