在實時環境中測試
在生產環境中測試且無浮水印。
在您需要的地方運行。
全功能產品
獲得30天的全功能產品。
在幾分鐘內啟動並運行。
24/5技術支援
您的產品試用期間可完全接觸我們的支援工程團隊
30DAYFREE
using IronPrint;
// Configure print setting
PrintSettings printSettings = new PrintSettings();
printSettings.Dpi = 150;
printSettings.NumberOfCopies = 2;
printSettings.PaperOrientation = PaperOrientation.Portrait;
// Print the document
Printer.Print("newDoc.pdf", printSettings);
Install-Package IronPrint
設計用於C#, F#, & VB.NET,運行在.NET 10, 9, 8, 7, 6, Core, 或 Framework
您的試用金鑰應該已經寄出。
如果沒有,請聯絡
support@ironsoftware.com
一個適用於 Windows、macOS、iOS 和 Android 的列印 API。從 .NET 列印 PDFs、HTML 和圖像。
Printer.Print("doc.pdf", printSettings).