Property ZoomFactor NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll ZoomFactor Gets or sets the zoom factor of the page. public virtual 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.