Display.ZoomLevel Property

Indicates the zoom level of page. One is the normal zoom level.
<ID("ZoomLevel", (int)e.ZoomLevel)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Property ZoomLevel() As Double
This language is not supported or no code example is available.
[ID("ZoomLevel", (int)e.ZoomLevel)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public double ZoomLevel {get; set;}
This language is not supported or no code example is available.

Property Value

double

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition