用于添加打印机的托管 C# 方法
是否有托管 C# 方式将打印机添加到 Windows?我发现参考使用
[DllImport("winspool.drv",CharSet=CharSet.Auto)]
private static extern IntPtr AddPrinter(string myserver,
uint dwLevel, ref PRINTER_INFO_2 pi );
但我' d 宁愿避免链接到本机库。这是我在 .NET 2.0 中添加打印机的唯一选择吗?
Is there a managed C# way to add a printer to Windows? I've found a reference to using
[DllImport("winspool.drv",CharSet=CharSet.Auto)]
private static extern IntPtr AddPrinter(string myserver,
uint dwLevel, ref PRINTER_INFO_2 pi );
But I'd rather avoid linking into the native library. Is this my only option for adding a printer in .NET 2.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论