在 asp.net 中检索客户的打印机集合
我正在开发网络应用程序.net 3.5,asp.net,C#。我需要在客户端提供可用打印机的列表。
我知道如何使用
[1] System.Drawing.Printing.PrinterSettings.InstalledPrinters
[2] System.Management.ManagementObjectSearcher [使用查询“SELECT * FROM Win32_Printer”]
获取服务器端打印机但这一切都与服务器端有关,我的要求是让客户端安装打印机。
经过一番搜索后,我发现我可以通过 Active X 控件来做到这一点。但如何呢?
还有其他方法可以获取客户端打印机列表吗?
及时回复将不胜感激。
谢谢
I am working on web application .net 3.5,asp.net,C#. In that i need to provide list of available printer at client side.
I have knowledge of how to get server side printers using
[1] System.Drawing.Printing.PrinterSettings.InstalledPrinters
[2] System.Management.ManagementObjectSearcher [using query "SELECT * FROM Win32_Printer"]
But this all regarding server side, my requirement is to get client side installed printers.
after some searching i come to know i can do this by active X control. but how?
Is there any other way to get list of client side printers?
Prompt reply will be appreciated.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里的技巧
正如 Tim stanteford 所说,此方法仅适用于 IE,如果安全权限较高,则可能无法按预期工作。
Here the trick
As Tim stanteford said, this method only works with IE and might not work as expected if security permission is high.