Question

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!

Was it helpful?

Solution

Add a reference to ReachFramework.dll, and use the System.Windows.Xps.Packaging namespace

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top