上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 137 下一页
摘要: Install-Package System.Drawing.Common; public ICommand SaveAsJPGSCommand { get { if (saveAsJPGSCommand==null) { saveAsJPGSCommand=new DelCommand(async 阅读全文
posted @ 2025-08-30 21:15 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: using System.Collections.ObjectModel; using System.ComponentModel; using System.Drawing; using System.IO; using System.Runtime.CompilerServices; using 阅读全文
posted @ 2025-08-30 21:02 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: Install-Package itextsharp; Install-Package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using System.Collections.ObjectMo 阅读全文
posted @ 2025-08-27 17:32 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: private ICommand exportASJPGCommand; public ICommand ExportASJPGCommand { get { if (exportASJPGCommand==null) { exportASJPGCommand=new DelCommand(Expo 阅读全文
posted @ 2025-08-27 11:34 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: install-package iTextSharp --version 5.5.13.4; install-package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using Org.Boun 阅读全文
posted @ 2025-08-26 18:03 FredGrit 阅读(28) 评论(0) 推荐(0)
摘要: Install-Package itext -Version 9.2.0; Install-Package itext7.bouncy-castle-adapter; //xaml <Window x:Class="WpfApp59.MainWindow" xmlns="http://schemas 阅读全文
posted @ 2025-08-26 14:34 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp57.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2025-08-25 16:47 FredGrit 阅读(17) 评论(0) 推荐(0)
摘要: install-package iTextSharp.LGPLv2.Core; using iTextSharp.text; using iTextSharp.text.pdf; using System.Diagnostics; using Document = iTextSharp.text.D 阅读全文
posted @ 2025-08-24 14:38 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: install-package itext7; install-package itext7.bouncy-castle-adapter; using iText.IO.Font.Constants; using iText.IO.Image; using iText.Kernel.Colors; 阅读全文
posted @ 2025-08-22 19:11 FredGrit 阅读(26) 评论(0) 推荐(0)
摘要: install-package communitytoolkit.mvvm; private void InitImgSource() { var assembly = Assembly.GetExecutingAssembly(); //NameSpace.Folder.FileName usin 阅读全文
posted @ 2025-08-20 16:22 FredGrit 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 137 下一页