顯示對話框列印
使用 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 打印設置非常方便。