Table of Contents

Enum CoreWebView2PdfToolbarItems

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Specifies the PDF toolbar item types used for the HiddenPdfToolbarItems.

[Flags]
public enum CoreWebView2PdfToolbarItems

Fields

Bookmarks = 256

The contents button on PDF toolbar.

FitPage = 64

The fit to width button on PDF toolbar.

FullScreen = 2048

The full screen button on PDF toolbar.

MoreSettings = 4096

The setting and more button on PDF toolbar.

None = 0

No item. By default the HiddenPdfToolbarItems equal to this value.

PageLayout = 128

The page view button on PDF toolbar.

PageSelector = 512

The page number button on PDF toolbar.

Print = 2

The print button on PDF toolbar.

Rotate = 32

The rotate button on PDF toolbar.

Save = 1

The save button on PDF toolbar.

SaveAs = 4

The save as button on PDF toolbar.

The search button on PDF toolbar.

ZoomIn = 8

The zoom in button on PDF toolbar.

ZoomOut = 16

The zoom out button on PDF toolbar.