随笔分类 - 打印和报表
摘要:C# 实现简单打印(三)-认识打印控件,创建一个带打印功能的程序
阅读全文
摘要:C# 实现简单打印(二)-打印一个文本文档,打印的内容是多行的
阅读全文
摘要:public partial class Form1 : Form { public Form1() { InitializeComponent(); PrintMethod(); } /// <summary> /// 简单打印的三步骤1. 建立PrintDocument对象2. 设置PrintPage打印事件3. 调用Print方法进行打印 /// </summary> public void PrintMethod() ...
阅读全文

浙公网安备 33010602011771号