views:

25

answers:

1

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!

A: 

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

SLaks
Great! You may take Saturday off. I guess Sunday too. Thanks!
Chris