본문 바로가기

C#71

PdfSharp을 이용한 Tiff To Pdf 변환 예제 PdfSharp을 이용한 Tiff To Pdf 변환 예제 입니다. PdfSharp 은 MIT Licence로 opensource로 알고 있습니다.출처 : https://www.pdfsharp.net/Licensing.ashx?AspxAutoDetectCookieSupport=1 Licensing - PDFsharp & MigraDocPDFsharp and MigraDoc Foundation are published under the MIT License. See the PDFsharp License. See the MigraDoc Foundation License. PDFsharp and MigraDoc Foundation are Open Source and free to useCopy, modify a.. 2024. 6. 16.
BitMiracle.Docotic.Pdf를 이용한 Tiff To Pdf 변환 예제 BitMiracle.Docotic.Pdf를 이용한 Tiff To Pdf 변환 예제입니다. BitMiracle.Docotic.Pdf 는 유료입니다. , 31일 동안의 무료 라이선스를 받을 수 있더라구요  , 라이선스를 등록 하지 않으면 변환 시마다 왼쪽 상단에 메시지가 표시 됩니다. 출처 : https://bitmiracle.com/pdf-library/ C# PDF library | Docotic.Pdf for .NETPDF library for C# and VB.NET Docotic.Pdf is a high-performance C# PDF library for .NET. You can use it to create, read, and edit PDF documents in .NET Core, ASP... 2024. 6. 16.
[WPF] TrayIcon 생성 시에 Resource 의 이미지 설정 하기 출처 : https://stackoverflow.com/questions/74466/how-do-i-use-an-icon-that-is-a-resource-in-wpf How do I use an icon that is a resource in WPF? I have a .ico file that is embedded as a resource (build action set to resource). I am trying to create a NotifyIcon. How can I reference my icon? notifyIcon = new NotifyIcon(); notifyIcon.Icon ... stackoverflow.com 프로젝트의 리소스 관리자에서 Icon 을 추가 완료 후 Icon 파일에 .. 2024. 4. 2.
[WPF] Title Bar에 최소화,최대화,닫기 버튼 숨기는 방안 [WPF] Title Bar에 최소화,최대화,닫기 버튼 숨기는 방안 출처 : c# - How to hide close button in WPF window? - Stack Overflow How to hide close button in WPF window? I'm writing a modal dialog in WPF. How do I set a WPF window to not have a close button? I'd still like for its WindowState to have a normal title bar. I found ResizeMode, WindowState, and WindowS... stackoverflow.com Loaded 이벤트에 명시 하였습니다! /// /// MainW.. 2024. 3. 21.