直接打印到打印机而不显示打印对话框
it1352
帮助1人
问题说明
我想知道如何在没有查看打印对话框和打印预览的情况下直接打印到我的c#windows应用程序项目的打印机的代码......请帮助我...
我的尝试:
点击一个按钮直接打印我的报告,不带显示打印对话框并打印预览
Hi, I want to know the coding for how to print directly to the printer for my c# windows application project without view print dialog box and print preview...Please help me...
What I have tried:
Click a button directly print my report without display print dialog box and print preview
正确答案
#1
在 PrintDocument类的MSDN页面。
它只是按下按钮,所有设置都在代码中完成,没有对话。
There's a working example of exactly that on the MSDN page on the PrintDocument class.
It's just hit-the-button, all setup is done in code, no dialog.
这篇好文章是转载于:学新通技术网
- 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
- 本站站名: 学新通技术网
- 本文地址: /reply/detail/tanhecegkk
系列文章
更多
同类精品
更多
-
YouTube API 不能在 iOS (iPhone/iPad) 工作,但在桌面浏览器工作正常?
it1352 07-30 -
保持在后台运行的 iPhone 应用程序完全可操作
it1352 07-25 -
iPhone,一张图像叠加到另一张图像上以创建要保存的新图像?(水印)
it1352 07-17 -
使用 iPhone 进行移动设备管理
it1352 07-23 -
在android同时打开手电筒和前置摄像头
it1352 09-28 -
扫描 NFC 标签时是否可以启动应用程序?
it1352 08-02 -
检查邮件是否发送成功
it1352 07-25 -
Android App 和三星 Galaxy S4 不兼容
it1352 07-20 -
复制文件夹/文件而不修改属性?
it1352 07-15 -
Android微调工具-删除当前选择
it1352 06-20