MindFusion WinForms Programmer's Guide
BarcodePrinter.LicenseKey Property
See Also
 





Gets or sets the license key of the control.

Namespace: MindFusion.Barcodes.WinForms
Assembly: MindFusion.Barcodes.WinForms

 Syntax

C#  Copy Code

public string LicenseKey { get; set; }

Visual Basic  Copy Code

Public Property LicenseKey As String

 Property Value

A string specifying license key.

 Remarks

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.

 See Also

BarcodePrinter Members
BarcodePrinter Class
MindFusion.Barcodes.WinForms Namespace