文章分类 -  iTextSharp PDF

摘要:1. 添加table元素到PDF文件当中: PdfPTable table = new PdfPTable(5); //括号当中的数字代表列数 table.SetWidths(new int[] { 15, 40, 15,15, 15 }); //设置各列的宽度比例 table.WidthPerce 阅读全文
posted @ 2016-12-18 21:16 一枚水 阅读(245) 评论(0) 推荐(0)