Type Default Value Read Only Description
[C#]
bool

[Visual Basic]
Boolean
true No Whether to deactivate the WebBrowser.

 

   

Notes
 

This property determines whether the WebBrowser is deactivated before rendering.

By default, the WebBrowser is deactivated because an active WebBrowser may produce a rasterized output.

In some cases, you may want to set this to false in order to render pages, such as Google Maps, that require the WebBrowser to be active.

 

   

Example
 

None.