摘要: /// /// 把ListControl(BulletedList、CheckBoxList、DropDownList、ListBox、RadioButtonList)指定值的行进行选择 /// /// 要操作的目标 /// 值 public static void S... 阅读全文
posted @ 2011-09-13 17:38 顿金 阅读(150) 评论(0) 推荐(0)
摘要: PDFWrapper pdfWrapper = new PDFWrapper()pdfWrapper.LoadPDF(pdfFileName);pdfWrapper.ExportJpg(imgFileName, 1, 1, 20, 100);//这里可以设置输出图片的页数、大小和图片质量int pd... 阅读全文
posted @ 2011-09-13 10:54 顿金 阅读(306) 评论(0) 推荐(0)