Aztec Constructors

Overloads

Aztec(Byte[], AztecSymbolSize)Initializes a new instance of the Aztec class.
Aztec(Byte[], AztecSymbolSize, Single)Initializes a new instance of the Aztec class.
Aztec(String, AztecSymbolSize)Initializes a new instance of the Aztec class.
Aztec(String, AztecSymbolSize, Single)Initializes a new instance of the Aztec class.

Aztec(Byte[], AztecSymbolSize)

Initializes a new instance of the Aztec class.

public Aztec(Byte[] value, AztecSymbolSize size)
Public Sub New (value As Byte(), size As AztecSymbolSize)

Parameters

value
Byte[]

The value of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Aztec(Byte[], AztecSymbolSize, Single)

Initializes a new instance of the Aztec class.

public Aztec(Byte[] value, AztecSymbolSize size, float xDimention)
Public Sub New (value As Byte(), size As AztecSymbolSize, xDimention As Single)

Parameters

value
Byte[]

The value of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

xDimention
Single

The xDimention of the barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Aztec(String, AztecSymbolSize)

Initializes a new instance of the Aztec class.

public Aztec(string value, AztecSymbolSize size)
Public Sub New (value As String, size As AztecSymbolSize)

Parameters

value
String

The value of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Aztec(String, AztecSymbolSize, Single)

Initializes a new instance of the Aztec class.

public Aztec(string value, AztecSymbolSize size, float xDimention)
Public Sub New (value As String, size As AztecSymbolSize, xDimention As Single)

Parameters

value
String

The value of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

xDimention
Single

The xDimention of the barcode.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

Aztec
ceTe.DynamicBarcode.Creator

In this topic