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.
标准打印设置对话框(不是打印对话框)是否有 .NET 包装器?我看到有System.Windows.Forms.PrintDialog一个大致相当于CPrintDialog但似乎没有办法PD_PRINTSETUP为它设置标志。
System.Windows.Forms.PrintDialog
CPrintDialog
PD_PRINTSETUP
请看这篇文章:
http://www.codeproject.com/Articles/14379/How-to-show-a-popup-window-for-printer-properties
我想你正在寻找PageSetupDialog.
PageSetupDialog