PdfiumViewer icon indicating copy to clipboard operation
PdfiumViewer copied to clipboard

Use PdfRenderFlags.CorrectFromDpi so that the DPI settings in 'Export bitmaps' have an effect.

Open rasjidw opened this issue 7 years ago • 0 comments

When testing out the PdfiumViewer library, I found that changing the DPI settings in the Tools - Render to Bitmaps (Export bitmaps) had no obvious effect.

Passing in PdfRenderFlags.CorrectFromDpi rather than (boolean) false appears to correct the issue.

rasjidw avatar Mar 07 '18 06:03 rasjidw