且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Windows窗体中使用代码打印PDF文件

更新时间:2023-12-06 12:28:46

While (!process.HasExited) {
    Console.WriteLine("Wait 1 Sec.");
    process.WaitForExit(1000);
}
Console.WriteLine("Print Finish.");
Console.ReadLine();





祝你好运。



Good luck.