Print options
Posted: Mon Feb 21, 2022 2:20 pm
Hi, how do i leave only the print option in pdf, taking out the print options with preview and without preview? (See the attachments)
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
var viewerOptions = new Stimulsoft.Viewer.StiViewerOptions();
viewerOptions.toolbar.printDestination = Stimulsoft.Viewer.StiPrintDestination.Pdf;