CoreWebView2PdfToolbarItems Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the PDF toolbar item types used for the HiddenPdfToolbarItems.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CoreWebView2PdfToolbarItems
[<System.Flags>]
type CoreWebView2PdfToolbarItems =
Public Enum CoreWebView2PdfToolbarItems
- Inheritance
-
CoreWebView2PdfToolbarItems
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No item. By default the HiddenPdfToolbarItems equal to this value. |
Save | 1 | The save button on PDF toolbar. |
2 | The print button on PDF toolbar. |
|
SaveAs | 4 | The save as button on PDF toolbar. |
ZoomIn | 8 | The zoom in button on PDF toolbar. |
ZoomOut | 16 | The zoom out button on PDF toolbar. |
Rotate | 32 | The rotate button on PDF toolbar. |
FitPage | 64 | The fit to width button on PDF toolbar. |
PageLayout | 128 | The page view button on PDF toolbar. |
Bookmarks | 256 | The contents button on PDF toolbar. |
PageSelector | 512 | The page number button on PDF toolbar. |
Search | 1024 | The search button on PDF toolbar. |
FullScreen | 2048 | The full screen button on PDF toolbar. |
MoreSettings | 4096 | The setting and more button on PDF toolbar. |