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