How can i view an XPS using the (native Windows 7) XPS Document API?
Given an XPS Object Model Package object (IXpsOMPackage
), how can i render it to a bitmap or device context?
In the way a metafile can be "played" onto a device context, how can i render an XPS?