使用 WPF 显示 XPS 文档的另一种方法
我想问一下,除了DocumentViewer之外,是否还有其他替代方案可以在WPF应用程序中显示XPS文档? 如果可能的话,.NET 中的现成控件或类。
这是因为当您滚动页面时,DocumentViewer 有点慢。
谢谢!
I would like to ask if there are any other alternatives, aside from DocumentViewer, for displaying an XPS document in a WPF application? A ready-to-use control or class in .NET if possible.
This is because DocumentViewer is a little slow when you are scrolling through the pages.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,除非有任何我不知道的第三方控件。
No, unless there are any third-party controls that I'm unaware of.
使用 NiXPS 将 XPS 文档转换为 PDF,并使用任何适用于 WPF 的 PDF 查看器。 这样您将获得比使用 DocumentViewer 更好的性能。
Use NiXPS to convert your XPS document to PDF and use any PDF viewer for WPF out there. This way you will get better performance than you do with DocumentViewer.