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.
当用户点击打印按钮时是否可以执行自定义操作?例如,我可以在打印前显示验证对话框吗?
我是 Mac 打印机开发的新手。任何帮助将不胜感激。谢谢!
在 PDE 中,我通过以下方法截取了打印动作:
- (void)shouldPrint
在该方法中返回 YES 或 NO 之前,我以模态方式显示了 NSWindow。 (当 NSWindow 模态显示时,“shouldPrint”方法的执行将停止。)