Hi, I noticed that PdfDocumentView control causes high, constant CPU usage (20-50%) after I use Load method.
This can be reproduced by unmodified sample application from solution Syncfusion\EssentialStudio\15.4.0.20\WPF\Pdf.WPF\Samples\Print\Silent Printing\CS\SilentPrinting_2017.sln
High CPU usage happens right after Load method is called.
Printing seems to work fine, but high CPU usage doesn't drop until I close the application.
I tried executing pdfViewer1.Unload(true) but this only makes CPU usage even higher (60-70%).
Is this known problem? Can I somehow bypass this?
I tried random older version 14.4.0.20 and problem is present there too. In Windows Forms version of this control (PdfViewerControl) problem doesn't occur.
Update: I tried on two different computers and a virtual machine and on every system problem appeared.