4

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!

2 Answers 2

1

No, unless there are any third-party controls that I'm unaware of.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.