如何通过 GetPageAsync 与 XpsDocumentWriter 异步使用 DocumentPaginator?
这里的想法是,我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论