Print options
-
- Posts: 45
- Joined: Wed Sep 04, 2019 5:19 pm
- Location: Curitiba/PR (Brazil)
Print options
Hi, how do i leave only the print option in pdf, taking out the print options with preview and without preview? (See the attachments)
- Attachments
-
- Screenshot_1.png (6.65 KiB) Viewed 964 times
Mateus Garrido Kern
Email: mateus.kern@digibyte.com.br
Email: mateus.kern@digibyte.com.br
-
- Posts: 975
- Joined: Tue Sep 07, 2021 10:11 am
Re: Print options
Hello,
Please use the following code:
Thank you.
Please use the following code:
Code: Select all
var viewerOptions = new Stimulsoft.Viewer.StiViewerOptions();
viewerOptions.toolbar.printDestination = Stimulsoft.Viewer.StiPrintDestination.Pdf;