Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
I use BeforePrintEventArgs.Continue(false) to skip the option dialog - however BeforePrint is not called when printing a PDF file. Is there a way to skip the option dialog when printing a PDF file? Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Unfortunately no. That print is not done by the browser engine, but by the PDF plug-in. That's why it does not go through the normal BeforePrint event route.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 12/1/2014 Posts: 57
|
Thank you for the quick reply. Exactly what I suspected.
|