上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 120 下一页
摘要: Install-Package Microsoft.Extensions.DependencyInjection; Install-Package Microsoft.Extensions.Hosting; Install-Package communityToolkit.mvvm; //Defin 阅读全文
posted @ 2025-09-15 16:52 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: Install-Package CommunityToolkit.mvvm; //xaml <Window x:Class="WpfApp4.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x 阅读全文
posted @ 2025-09-15 10:50 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: Install-Package CommunityToolkit.mvvm; private async Task InitData() { var dir = @"../../../Images"; if (!Directory.Exists(dir)) { return; } var imgs 阅读全文
posted @ 2025-09-12 18:11 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: Install-Package CommunityToolkit.MVVM; Install-Package Microsoft.Extensions.DependencyInjection; Install-Package Microsoft.Extensions.Hosting; //xaml 阅读全文
posted @ 2025-09-12 16:54 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; //xaml <Window x:Class="WpfApp82.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="ht 阅读全文
posted @ 2025-09-12 11:35 FredGrit 阅读(4) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; using iTextSharp.text; using iTextSharp.text.pdf; using Document = iTextSharp.text.Document; namespace ConsoleApp38 { inte 阅读全文
posted @ 2025-09-11 16:52 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: private void InitCommands() { ExportAsPicturesCommand=new DelCommand(async (obj) => await ExportAsPicturesCommandExecuted(obj)); } private async Task 阅读全文
posted @ 2025-09-11 15:07 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: //Virtualization <DataGrid ItemsSource="{Binding BooksCollection,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" EnableRowVirtualization="True" Enab 阅读全文
posted @ 2025-09-11 11:22 FredGrit 阅读(15) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; Install-Package System.Drawing.Common; private static void InsertsImagesListToPDF(string pdfFile, List<string> imgsList) { 阅读全文
posted @ 2025-09-08 17:53 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; Install-Package System.Drawing.Common; static void ExportDataListAndImageInPDFWithHeaderFooter<T>(string pdfFile, List<str 阅读全文
posted @ 2025-09-08 16:52 FredGrit 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 120 下一页