hiddenPdfToolbarItems property
getter/setter pair
This property is used to customize the PDF toolbar items.
By default, it is PdfToolbarItems.NONE and so it displays all of the items. Changes to this property apply to all CoreWebView2s in the same environment and using the same profile. Changes to this setting apply only after the next navigation.
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.1185.39+ (Official API - ICoreWebView2Settings7.put_HiddenPdfToolbarItems)
Implementation
PdfToolbarItems? hiddenPdfToolbarItems;