Can I use XpsDocument class in a Windows Form app
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2010-04-14T14:21:00Z
        Indexed on 
            2010/04/14
            14:23 UTC
        
        
        Read the original article
        Hit count: 472
        
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!
© Stack Overflow or respective owner