I want to write something like
myWevView2.CoreWebView2Settings.HiddenPdfToolbarItems = CoreWebView2PdfToolbarItems.FullScreen|CoreWebView2PdfToolbarItems.Settings;
but there are no members in the enumeration that correspond to these buttons, as far as I can see.
And the "Enter full screen" button is one I would particularly like to remove. It doesn't do the expected thing...the PDF only expands to fill the WebView2, not the whole screen, and the scroll bar is lost...and there's no obvious way to get the toolbar back, which would be very confusing for our users.
AB#41240616