CoreWebView2PdfToolbarItems Enum

Specifies the PDF toolbar item types used for the CoreWebView2Settings.HiddenPdfToolbarItems.

Name Value Description
None 0x0 No item. By default the CoreWebView2Settings.HiddenPdfToolbarItems equal to this value.
Save 0x1 The save button on PDF toolbar.
Print 0x2 The print button on PDF toolbar.
SaveAs 0x4 The save as button on PDF toolbar.
ZoomIn 0x8 The zoom in button on PDF toolbar.
ZoomOut 0x10 The zoom out button on PDF toolbar.
Rotate 0x20 The rotate button on PDF toolbar.
FitPage 0x40 The fit to width button on PDF toolbar.
PageLayout 0x80 The page view button on PDF toolbar.
Bookmarks 0x100 The contents button on PDF toolbar.
PageSelector 0x200 The page number button on PDF toolbar.
Search 0x400 The search button on PDF toolbar.

Referenced by