我可以在 Windows 窗体应用程序中使用 XpsDocument 类吗
我正在尝试将 XPS 文档转换为 BMP,以便使用 MODI 的 C# Windows 窗体应用程序可以读取它,因为我的理解是 MODI 无法读取 XPS 文件,只能读取 .tif 和 .bmp
我似乎无法找到XPsDocument 类。
谁能告诉我如何将其合并到我的 Windows 窗体应用程序中?
谢谢!
I'm trying to convert an XPS document to a BMP so that a C# Windows Forms app using MODI can read it, because my understanding is that MODI cannot read XPS files, only .tif and .bmp
I can't seem to locate the XpsDocument class.
Can anyone tell me how to incorporate this into my Windows Forms app?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加对 ReachFramework.dll 的引用,并使用 系统.Windows.Xps.Packaging命名空间
Add a reference to ReachFramework.dll, and use the System.Windows.Xps.Packaging namespace