ICoreWebView2Settings7.get_HiddenPdfToolbarItems

HiddenPdfToolbarItems is used to customize the PDF toolbar items. By default, it is COREWEBVIEW2_PDF_TOOLBAR_ITEMS_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. \snippet SettingsComponent.cpp ToggleHidePdfToolbarItems

interface ICoreWebView2Settings7
@" propget"
HRESULT
get_HiddenPdfToolbarItems
(
COREWEBVIEW2_PDF_TOOLBAR_ITEMS* hidden_pdf_toolbar_items
)

Meta