带对话框打印
使用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打印设置。