摘要: private void index_Load(object sender, EventArgs e) { PrintDocument print = new PrintDocument(); string sDefault = print.PrinterSettings.PrinterName;/ 阅读全文
posted @ 2020-04-08 09:55 饮木 阅读(419) 评论(0) 推荐(0) 编辑
摘要: [DllImport("user32.dll", EntryPoint = "SystemParametersInfo")] public static extern int SystemParametersInfo( int uAction, int uParam, string lpvParam 阅读全文
posted @ 2020-04-08 09:47 饮木 阅读(704) 评论(0) 推荐(0) 编辑
摘要: Document doc = new Document("f:\\333.doc"); ImageSaveOptions iso = new ImageSaveOptions(SaveFormat.Jpeg); iso.Resolution = 128; iso.PrettyFormat = tru 阅读全文
posted @ 2020-04-08 09:46 饮木 阅读(1545) 评论(0) 推荐(0) 编辑