bjutus
bjutus

Reputation:

Another way to display an XPS document using WPF

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!

Upvotes: 4

Views: 2478

Answers (2)

saraf uddin
saraf uddin

Reputation: 1

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.

Upvotes: 0

Karl
Karl

Reputation: 467

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

Upvotes: 1

Related Questions