减小 WPF 中 XPS 的大小
我正在使用 XPSDocumentWriter 创建 XPS 文档,并且 XPS 文档包含图表。目前XPS文件太大,有什么办法可以减小XPS文档的大小。谢谢
I am creating an XPS Document using XPSDocumentWriter and The XPS document contains charts. Currently the file size of XPS are too big, Is there any way to reduce the size of the XPS Documents. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 XpsDocument 构造函数中指定 CompressionOption.Maximum。
Specify CompressionOption.Maximum in the XpsDocument constructor.