Print with Dialog
Use the ShowPrintDialog
method to display the settings dialog before printing the document. This can be handy for presenting GUI print settings.
using IronPrint; // Show print dialog Printer.ShowPrintDialog("newDoc.pdf");
Imports IronPrint ' Show print dialog Printer.ShowPrintDialog("newDoc.pdf")
Install-Package IronPrint
Use the ShowPrintDialog
method to display the settings dialog before printing the document. This can be handy for presenting GUI print settings.
10 .NET API products for your office documents