Page 1 of 1

Print options

Posted: Mon Feb 21, 2022 2:20 pm
by Mateus Garrido Kern
Hi, how do i leave only the print option in pdf, taking out the print options with preview and without preview? (See the attachments)

Re: Print options

Posted: Tue Feb 22, 2022 8:29 am
by Max Shamanov
Hello,

Please use the following code:

Code: Select all

var viewerOptions = new Stimulsoft.Viewer.StiViewerOptions();
viewerOptions.toolbar.printDestination = Stimulsoft.Viewer.StiPrintDestination.Pdf;
Thank you.