Table of Contents
DisableBuiltInPlugIns Property

Gets or sets a value to disable the built-in PDF plugin.

Syntax
 public Boolean DisableBuiltInPlugIns { get; set; }
Remarks

By default, EO.WebBrowser will automatically load the built-in plug-ins (such as the built-in PDF plug-in). Set this property to true if this is not desired.

See Also