Pdf.Wpf icon indicating copy to clipboard operation
Pdf.Wpf copied to clipboard

Improper scaling in PdfDocumentPaginator

Open jokey-smurf opened this issue 4 years ago • 2 comments

dc.DrawImage(imgsrc, new Rect(0, 0, imgsrc.PixelWidth / (dpiX / 96.0), imgsrc.Height / (dpiY / 90.0)));

Do you think 96.0 and 96.0 for each axis would provide the proper scaling?

jokey-smurf avatar Feb 11 '22 18:02 jokey-smurf

LOL, why bother reporting this, no issues have been closed in 4 years.

jokey-smurf avatar Feb 11 '22 18:02 jokey-smurf

I also found this issue and resolved it locally in my own version. I created a PR to allow them to easily add this fix if they decide to allow it.

jChuckran avatar Apr 05 '22 18:04 jChuckran