Greetings,
I would like to know how to hide the "Print to Pdf" sub-menu which exists under the Print menu that exists inside the StiWebViewer Control toolbar.
Thank you in advance.
StiWebViewer Control :: Hide Print to Pdf menu
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
StiWebViewer Control :: Hide Print to Pdf menu
Hello,
We made some improvements in that direction in the latest prerelease build.
You can use properties PrintDestination.
stiWebViewer.PrintDestination = StiPrintDestination.Direct;
Thank you.
We made some improvements in that direction in the latest prerelease build.
You can use properties PrintDestination.
stiWebViewer.PrintDestination = StiPrintDestination.Direct;
Thank you.