Hello,
How to only display print on PDF ?
there is three print button,
but I just want one of them, Print By PDF!
ShowPrintButton
Re: ShowPrintButton
Hello.
You could use next code to use Print to PDF button only:
Thank you.
You could use next code to use Print to PDF button only:
Code: Select all
var options = new Stimulsoft.Viewer.StiViewerOptions();
options.toolbar.printDestination = Stimulsoft.Viewer.StiPrintDestination.Pdf;
viewer = new Stimulsoft.Viewer.StiViewer(options, "StiViewer", false);