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!