上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 120 下一页
摘要: 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 阅读(11) 评论(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 阅读(8) 评论(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 阅读(6) 评论(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 阅读(11) 评论(0) 推荐(0)
摘要: install-package communitytoolkit.mvvm; private void InitImgSource() { var assembly = Assembly.GetExecutingAssembly(); //NameSpace.Folder.FileName usin 阅读全文
posted @ 2025-08-20 16:22 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: install-package CommunityToolkit.Mvvm; //usercontrol <UserControl x:Class="WpfApp49.UCRotatedElp" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/ 阅读全文
posted @ 2025-08-20 15:00 FredGrit 阅读(4) 评论(0) 推荐(0)
摘要: //usercontrol //xaml <UserControl x:Class="WpfApp48.UCRotatedElp" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sc 阅读全文
posted @ 2025-08-20 11:41 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: private void SaveAsJPGCommandExecuted(object? obj) { var fe = obj as FrameworkElement; if (fe!=null) { SaveFrameworkElementAsJpg(fe); } } private void 阅读全文
posted @ 2025-08-19 22:56 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Xaml.Behaviors.Wpf //xaml <Window x:Class="WpfApp46.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presenta 阅读全文
posted @ 2025-08-19 18:14 FredGrit 阅读(32) 评论(0) 推荐(0)
摘要: [SugarColumn(ColumnDescription = "Last Modified Time",IsNullable = false,InsertServerTime = true)] public DateTime LastModifiedTime { get; set; } 阅读全文
posted @ 2025-08-19 11:23 FredGrit 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 120 下一页