Click or drag to resize

IOffScreenRenderProviderShow Method

Tells the browser to start rendering its content as if it was shown on the screen.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
void Show()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also