How do I adjust raster image quality for cross-browser viewing in WebViewer?

Q:

I am using PDFNet to publish PDFs for cross-browser viewing in WebViewer (i.e. convert to XPS/XOD).

I have a questions about image quality of some files. My concern is that some of my users will complain about the image resolution.
Is there a way to increase the quality?

Here is a screenshot of what I am talking about:

A:

Yes, you can increase the resolution with SetDPI & SetMaximumImagePixels

https://www.pdftron.com/pdfnet/PDFNetAPIRef/html/AllMembers_T_pdftron_PDF_Convert_XODOutputOptions.htm

Keep in mind that XODOutputOptions derives from XPSOutputCommonOptions (https://www.pdftron.com/pdfnet/PDFNetAPIRef/html/AllMembers_T_pdftron_PDF_Convert_XPSOutputCommonOptions.htm)

The full list of available options is:

GenerateURLLinks

Sets whether links should be generated from urls found in the document. Default is false.

SetAnnotationOutput

Choose how to output annotations. Default is e_internal_xfdf.