标签: vb.net printing status printers
我创建的应用程序将打印件发送到网络打印机。如果用户无权访问特定的打印机,那么我的应用程序应该向用户发送错误消息。
有没有办法检查用户是否可以访问特定的网络打印机?
答案 0 :(得分:2)
我认为你应该检查PrinterSettings.InstalledPrinters和PrintingPermission
以上两个应该为你做的