顯示對話框列印
使用ShowPrintDialog
方法在列印文件之前顯示設定對話框。 這對於展示 GUI 打印設置非常方便。
using IronPrint; // Show print dialog Printer.ShowPrintDialog("newDoc.pdf");
Imports IronPrint ' Show print dialog Printer.ShowPrintDialog("newDoc.pdf")
Install-Package IronPrint
使用ShowPrintDialog
方法在列印文件之前顯示設定對話框。 這對於展示 GUI 打印設置非常方便。