Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够从 win forms 应用程序打印表单。但限制在于我必须将其打印在具有特定文本位置的预打印表单上,并且我不应该溢出文本。使用 WPF 会是一个好主意吗?或者关于什么可以用于将文本精确放置在纸张上的任何建议,以便在同一位置打印,而与打印机无关。
FixedDocument 专为“所见即所得” (WYSIWYG) 应用程序而设计,其中文档布局由应用程序定义和控制,以呈现显示或打印设备的最高精度。
固定文档类
我相信这需要WPF。它只是一个 .NET 类,但没有 WinForms 的查看器。