Licensing the .NET component

uninet.NET component will behave as a Testware version (generating scrambled barcodes 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 uninet.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.

Uninet1.SerialNo="12345" for VB

Uninet1.SerialNo="12345"; for C#

Uninet1.set_SerialNo("12345"); for J#

 

More:

Properties