Gets or sets the license key of the control.
Namespace: MindFusion.Barcodes.WinForms
Assembly: MindFusion.Barcodes.WinForms
C#
![]() |
---|
public string LicenseKey { get; set; } |
Visual Basic
![]() |
---|
Public Property LicenseKey As String |
A string specifying license key.
If using more than one MindFusion controls, you could call MindFusion.Licensing.LicenseManager.AddLicense method from application's startup code to specify the key just once instead of assigning it to each control.