A print dialog box developed by WPF-PrintDialogX

A print dialog box developed by WPF-PrintDialogX

Custom PrintDialog for C#, which can be previewed in real time. You can select a printer and set the number of copies, direction, color, quality, ratio, number of pages per sheet, both sides, paper size, paper type, paper source, etc. It's also elegant.

最后更新 5/1/2022 9:48 PM
沙漠尽头的狼
预计阅读 2 分钟
分类
WPF
专题
WPF Open Source Project
标签
.NET C# WPF WPF Open Source Project open source

Today is May 1st, everyone have fun.

1. introduced

今天介绍一个 WPF 开发的打印对话框开源项目-PrintDialogX,该开源项目由《WPF 开源项目:AIStudio.Wpf.AClient》作者推荐。

Maintenance C# Subsystem Lincense

欢迎使用 PrintDialogX, 这是一个开源项目。免费用于商业用途。

Custom print dialog box for C#, which can be previewed in real time. You can select a printer and set the number of copies, direction, color, quality, ratio, number of sheets per page, duplex, paper size, paper type, paper source, etc. It's also elegant.

2. why you used

这是功能强大且美观的自定义打印对话框。在最新版本里它几乎可以提供任何打印设置。它几乎可以做 Windows 默认打印对话框可以做的任何事情。但它们之间的不同之处在于这个自定义打印对话框具有实时预览功能。您可以在调整设置时预览打印结果。因此,您可以使用它来代替 Windows 默认的打印对话框,这甚至比它更好。

3. screenshot

4. how to use

PrintDialogX 很容易使用,您可以在代码文件夹中找到一个示例,下面截图只是站长替换了示例中的文字为中文,不影响您参考。

5. agreement

项目基于 MIT 协议.

参考:MIT 许可证

The name of the MIT License originates from the Massachusetts Institute of Technology (MIT) and is also known as the "X License" or the "X11 License"

MIT content is similar to the content of the 3-clause BSD license, but gives software licensees greater rights and fewer restrictions.

6. project information

仓库地址:https://github.com/Fei-Sheng-Wu/PrintDialogX

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 1/26/2025

WPF internationalizes with custom XML files

This article describes in detail the methods of using custom XML files to achieve internationalization in WPF programs, including installing the necessary NuGet package, dynamically obtaining language lists, dynamically switching languages, using translation strings in code and xaml interfaces, etc. It also provides source code links to help developers easily internationalize WPF applications.

继续阅读