Neodynamic Barcode Professional for ASP.NET
Licensing

License registration process
When you buy a commercial version of Neodynamic Barcode Professional for ASP.NET you are provided with license information. With it you must register your copy of Neodynamic Barcode Professional for ASP.NET.

The registration process is very simple. In the class you're using Barcode Professional, set the LicenseOwner and LicenseKey static (shared in VB) properties with the license info you've received.

IMPORTANT
Please, keep in mind that the license info is case-sensitive!

VB.NET
Imports Neodynamic.WebControls.BarcodeProfessional

BarcodeProfessional.LicenseOwner = "YOUR LICENSED NAME"
BarcodeProfessional.LicenseKey = "YOUR LICENSE KEY"

C#
using Neodynamic.WebControls.BarcodeProfessional;

BarcodeProfessional.LicenseOwner = "YOUR LICENSED NAME";
BarcodeProfessional.LicenseKey = "YOUR LICENSE KEY";

After you set these properties the red TRIAL legend should disappear from the barcode image.