Table of Contents
Licensing EO.WebBrowser Library

Purchasing a license for EO.WebBrowser

You will need to purchase a license in order to use EO.WebBrowser in production. The trial version is fully functional, however without a license key, it will render a small message at the bottom of browser window indicating that you do not have a license. A license is needed to remove that message.

A license can be purchased directly online at https://www.essentialobjects.com/order. Once the order is processed, you will receive an email with the link to the license information. Follow the link to setup an account and access the license file/key. Please contact us if you do not receive the license key after 24 hours of the purchase.

Applying license

Once you place an order, you will be able to setup an account to access the license key online. Once you have the license key, you can call EO.WebBrowser.Runtime.AddLicense to apply the license key:

//Call this before any other code that uses EO.WebBrowser        
EO.WebBrowser.Runtime.AddLicense("your_license_code");

The actual license code is much longer and may need to be broke into multiple lines. For your convenience the license code page can generate the full code block for you to copy and paste into your application.