11 2020 档案

摘要:效果不太好,需再进行加工 // 选择文件文件对话框 OpenFileDialog dialog = new OpenFileDialog(); //是否支持多个文件的打开? dialog.Multiselect = false; //标题 dialog.Title = "请选择图片"; //文件类型 阅读全文
posted @ 2020-11-20 17:34 恋上微笑的天使 阅读(527) 评论(0) 推荐(0) 编辑
摘要:1、引用Spire第三方插件Spire.License、Spire.Pdf,有免费版和收费版选适合自己的; 2、Spire官网有demo,研究下改改上,代码: 根据网上搜集的列子整理的示例 /// <summary> /// 添加图片印章 /// </summary> /// <param name 阅读全文
posted @ 2020-11-20 16:26 恋上微笑的天使 阅读(670) 评论(0) 推荐(0) 编辑
摘要:string path = @"D:\我的文件\test.pdf"; webBrowser1.Navigate(path); 阅读全文
posted @ 2020-11-14 09:17 恋上微笑的天使 阅读(689) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WebServiceClient { public class ModelA { public class 阅读全文
posted @ 2020-11-05 09:38 恋上微笑的天使 阅读(168) 评论(0) 推荐(0) 编辑
摘要:private string getinfo(string zjhm,string slid) { //string abc = @"{""zjhm"":""123456"",""slid"":""2010001""}"; //string abc = @"{""zjhm"":""" + zjhm 阅读全文
posted @ 2020-11-04 10:40 恋上微笑的天使 阅读(82) 评论(0) 推荐(0) 编辑
摘要:方法一: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Web.Services.Description; usi 阅读全文
posted @ 2020-11-03 15:07 恋上微笑的天使 阅读(512) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示