会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乡香田甜
博客园
首页
新随笔
联系
管理
2013年3月6日
C# 实现简单打印(一)-打印的内容是单行的
摘要: public partial class Form1 : Form { public Form1() { InitializeComponent(); PrintMethod(); } /// <summary> /// 简单打印的三步骤1. 建立PrintDocument对象2. 设置PrintPage打印事件3. 调用Print方法进行打印 /// </summary> public void PrintMethod() ...
阅读全文
posted @ 2013-03-06 09:30 乡香田甜
阅读(530)
评论(0)
推荐(0)
编辑