Table of Contents

Class Level

Namespace
DotNetBrowser.Zoom
Assembly
DotNetBrowser.dll

A zoom level of a web page. Provides a set of the pre-defined constants. Each constant name consists of the P prefix followed by a number. The number represents a zoom level in percents. For example, the P25 and P110 values represent the 25% and 110% zoom levels accordingly.

public sealed class Level : TypedEnum<double>
Inheritance
Level
Inherited Members

Fields

P100

100% (default zoom level)

P110

110%

P125

125%

P150

150%

P175

175%

P200

200%

P25

25%

P250

250%

P300

300%

P33

33%

P400

400%

P50

50%

P500

500%

P67

67%

P75

75%

P80

80%

P90

90%

Methods

Create(double)

Initializes a new Level instance from its double representation.

Operators

explicit operator Level(double)

Initializes a new Level instance from its double representation.