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. |