Click or drag to resize

IOffScreenRenderProvider Interface

Provides access to an image rendered by the browser that works in the off-screen rendering mode.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IOffScreenRenderProvider

The IOffScreenRenderProvider type exposes the following members.

Properties
  NameDescription
Public propertyPaintHandler
Gets or sets a handler that is used when the browser contents should be rendered.
Top
See Also