Share via


CoreWebView2PdfToolbarItems Enum

Definition

Specifies the PDF toolbar item types used for the ICoreWebView2Settings::put_HiddenPdfToolbarItems method.

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.

Save 1

The save button.

Print 2

The print button.

SaveAs 4

The save as button.

ZoomIn 8

The zoom in button.

ZoomOut 16

The zoom out button.

Rotate 32

The rotate button.

FitPage 64

The fit page button.

PageLayout 128

The page layout button.

Bookmarks 256

The bookmarks button.

PageSelector 512

The page select button.

1024

The search button.

FullScreen 2048

The full screen button.

MoreSettings 4096

The more settings button.

Applies to