Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想设置一个默认打印机来打印我的 Web 应用程序中的文档。我不知道如何设置它。由于所有使用此应用程序的用户都应将特定的打印机连接到他们的 PC。请帮我。提前致谢。
[DllImport("winspool.drv", CharSet=CharSet.Auto, SetLastError=true)] public static extern bool SetDefaultPrinter(string Name);