2011年8月7日

使用System.Drawing.Printing 画报表。

摘要: Font titleFont = new Font("宋体", 18, FontStyle.Bold);//设置画笔 Font font = new Font("宋体", 10, FontStyle.Regular);//设置画笔 Brush bru = Brushes.Black; Pen line = new Pen(Color.Black, 1);//设置线条 e.Graphics.DrawString("北京惠兰医院自费收款日结单", titleFont, bru, 170, 20); e.Graphics.DrawLine( 阅读全文

posted @ 2011-08-07 18:20 空白画映 阅读(846) 评论(0) 推荐(0)

导航