Table of Contents
WebView.Capture Method (Boolean)

Captures the current rendering result.

Syntax
 public Image Capture(
   bool excludeScrollBars
);

Parameters

excludeScrollBars
Whether to excludes scrollbars.
See Also