Print  Email 
 

Licensing the component

The .NET components will behave as Testware versions (generating scrambled barcode and pattern strings) unless correctly licensed.

Single computer version of the components are licensed for use only on a single computer. Developer versions permit applications built with the.NET components to be distributed up to a maximum distribution of 10,000 copies.

Developer versions require the developer’s serial number to be passed to the component using the Serial property before the Barcode() method is called. The Serial property should be set to the serial number provided for your product, e.g.

Aztnet1.Serial="12345" for VB

aztnet1.Serial="12345"; for C#

aztnet1.set_Serial("12345"); for J#

 

More:

.NET Information properties