摘要:
private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { int charactersOnPage = 0;//字符串中的字符数。 int linesPerPage = 0;//字符... 阅读全文
posted @ 2008-06-23 09:11 JieNet 阅读(226) 评论(0) 推荐(0)
|
|||
摘要:
private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { int charactersOnPage = 0;//字符串中的字符数。 int linesPerPage = 0;//字符... 阅读全文
posted @ 2008-06-23 09:11 JieNet 阅读(226) 评论(0) 推荐(0) |
|||