Table of Contents
WebView.Capture Method (String)

Captures the current rendering result and save it to a file.

Syntax
 public bool Capture(
   string fileName
);
Remarks

Returns true if screen was successfully captured, otherwise false.

See Also