CoreWebView2PdfToolbarItems Enum

Definition

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

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.

1024

The search button on PDF toolbar.

ZoomIn 8

The zoom in button on PDF toolbar.

ZoomOut 16

The zoom out button on PDF toolbar.

Applies to