Aztec .NET Managed Component

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#

Use of an incorrect serial number will result in randomly scrambled symbols.

Main properties and methods are shown below; others are listed in the Common .NET component features section

More:

Aztec.NET Properties

Aztec.NET Methods