Hi,
I'm still seeing memory leaks in this control.
When I load a PDF it climbs from 100mb to maybe 300mb, then drops down to 200mb or so when I leave. If I go load it again, it climbs to 500Mb+ then reduces maybe half, and keeps climbing like that.
I'm using the 18.3.0.51 version of the control and unloading, as you've mentioned below, but can't seem to keep the memory from increasing when going in and out of that screen, loading a PDF.
I have tried disposing of everything in the page, i've unloaded and removed handlers, but nothing seems to make much difference.
I found that using pdfViewer.Dispose() actually increased the memory! So avoided that.