文章分类 -  .net中的打印研究

.net中的打印研究
打印『转载』
摘要:使用 Windows 窗体打印 重要的打印类: PrintDocument PrintDocument 用于将输出发送到打印机。可实例化一个 PrintDocument,设置一些属性描述打印的内容,然后调用 Print 方法。PrintDocument 为要打印的每一页引发 PrintPage 事件。可向此事件的事件处理程序添加打印逻辑。 PrinterSettings 有关应如何打印... 阅读全文

posted @ 2004-06-26 17:51 feeling 阅读(2019) 评论(0) 推荐(0)

学习笔记(一)没怎么加注释 再说吧
摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Drawing.Printing; namespace print_test{ /// /// Form1 ... 阅读全文

posted @ 2004-06-23 16:22 feeling 阅读(803) 评论(0) 推荐(0)

导航