Table of Contents
WebView.GetContentAreaSize Method (Boolean)

Gets the size of the visible area.

Syntax
 public Size GetContentAreaSize(
   bool excludeScrollBars
);

Parameters

excludeScrollBars
Whether to exclude the area ocupied by scrollbars.
See Also