I am creating an XPS Document using XPSDocumentWriter and The XPS document contains charts. Currently the file size of XPS are too big, Is there any way to reduce the size of the XPS Documents. Thanks
I am creating an XPS Document using XPSDocumentWriter and The XPS document contains charts.
Share
Specify CompressionOption.Maximum in the XpsDocument constructor.