摘要:   iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform. iText# is a library that allows you to generate PDF files on the fly. It is im... 阅读全文
posted @ 2009-07-13 22:59 emanlee 阅读(505) 评论(0) 推荐(0) 编辑
摘要: public class XmlControl { protected string strXmlFile; protected XmlDocument objXmlDoc = new XmlDocument(); public XmlControl(string XmlFile) { // // TODO: 在这里加入建构函式的程序代码 // try { objXmlDoc.Load(XmlFi... 阅读全文
posted @ 2009-07-13 19:03 emanlee 阅读(1186) 评论(0) 推荐(0) 编辑