带对话框打印
在打印文档之前,使用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打印设置。