Neodynamic Barcode Professional for Windows Forms
Licensing Model

License registration process
When you buy a commercial version of Barcode Professional you are provided with license information to register your licensed copy of Neodynamic Barcode Professional for Windows Forms.

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.WinControls.BarcodeProfessional

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

C#
using Neodynamic.WinControls.BarcodeProfessional;

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

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