winform设置默认打印机
2021-02-08 11:15
标签:sof 名称 spool drive import red string inter orm /// Externs.SetDefaultPrinter("Microsoft Shared Fax Driver"); winform设置默认打印机 标签:sof 名称 spool drive import red string inter orm 原文地址:https://www.cnblogs.com/zttb/p/11356556.html
/// 设置默认打印机
///
public class Externs
{
[DllImport("winspool.drv")]
public static extern bool SetDefaultPrinter(String Name); //调用win api将指定名称的打印机设置为默认打印机
}
上一篇:C# 导入Excel
下一篇:浅谈c#和lua的gc