In the WPF version of the Pdf Viewer, there was VerticalScrollOffset and ScrollToVerticalOffset(). I'm not seeing those in the .Net MAUI version of the pdf viewer. I've been trying to use the ScrollIntoView, but I'm finding it difficult to figure out the correct location.
I'm wanting to capture the current scroll location, and then once I reload the pdf, scroll back to that location.