Starting with windows8, XPS Document Writer printer's default file format is "oxps". Default can be changed like it's explained here.
Right now the two possible format are "oxps" and "xps".
Is the a way to get what is the default file format for the XPS Document Writer?
The goal here is to produce some code that return the default format on the computer running the program.
Reason why this is needed: A legacy application isn't compatible with "oxps" file. Therefore, I want to add a warning in that application to tell the user to change the default value to "xps".