Table of Contents

Property ZoomFactor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ZoomFactor

Gets or sets the zoom factor of the page.

float ZoomFactor { get; set; }

Property Value

float

A float representing the the zoom factor of the page.

Remarks

The zoom factor is an arbitrary number that specifies how much to zoom (scale) the HTML document.

Zoom scale in IE will be converted into zoom levels if ZoomType property is set to Text value.