Click or drag to resize

Level Class

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.
Inheritance Hierarchy
SystemObject
  TypedEnumDouble
    DotNetBrowser.ZoomLevel

Namespace:  DotNetBrowser.Zoom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public sealed class Level : TypedEnum<double>

The Level type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Initializes a new Level instance from its double representation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic member(Double to Level)
Initializes a new Level instance from its double representation.
Top
Fields
  NameDescription
Public fieldStatic memberP100
100% (default zoom level)
Public fieldStatic memberP110
110%
Public fieldStatic memberP125
125%
Public fieldStatic memberP150
150%
Public fieldStatic memberP175
175%
Public fieldStatic memberP200
200%
Public fieldStatic memberP25
25%
Public fieldStatic memberP250
250%
Public fieldStatic memberP300
300%
Public fieldStatic memberP33
33%
Public fieldStatic memberP400
400%
Public fieldStatic memberP50
50%
Public fieldStatic memberP500
500%
Public fieldStatic memberP67
67%
Public fieldStatic memberP75
75%
Public fieldStatic memberP80
80%
Public fieldStatic memberP90
90%
Top
See Also