如何通过 GetPageAsync 与 XpsDocumentWriter 异步使用 DocumentPaginator?

发布于 2024-11-07 15:00:55 字数 325 浏览 0 评论 0原文

这里的想法是,我有一个 DocumentPaginator,我想将其与 XpsDocumentWriter 或 PrintDialog 一起使用,因为两者都可以选择在给定分页器的情况下进行打印。当我使用 XpsDocumentWriter.Write[Async] 或 PrintDialog.PrintDocument 时,分页器是通过 GetPage 与 GetPageAsync 访问的,我已在派生 DocumentPaginator 类中重写了 GetPageAsync。

除了手动使用分页器并将视觉效果提供给文档编写器之外,还有其他方法可以触发 DocumentPaginator 的 Asyc 函数的使用吗?

The idea here is that I have a DocumentPaginator that I want to use with an XpsDocumentWriter or PrintDialog as both have the option of printing given a paginator. When I use either, i.e. XpsDocumentWriter.Write[Async] or PrintDialog.PrintDocument, the paginator is accesed via GetPage vs. GetPageAsync which I've overridden in derived DocumentPaginator class.

Outside of manually consuming the paginator and feeding Visuals to the document writer, is there a way to trigger the use of the Asyc functions of a DocumentPaginator?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文