Table of Contents

Enum WebBrowserZoomType

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

The type of zooming that the WebBrowser control can perform.

public enum WebBrowserZoomType

Fields

Layout = 0

The entire page layout scales when zooming, including images.

Text = 1

Only the text changes in size when zooming. Images and other layout elements retain their initial size.