How to create an xps document on the fly?

is there a library about this inside the .net framework? or any other open source?

+2


a source to share


1 answer


you can use the XPSDocument class in .NET for this. Here is the documentation for calling write Visual to XPSDocument



+2


a source







All Articles