Aztec Constructors

Overloads

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

Aztec(Byte[], Single, Single, AztecSymbolSize)

Initializes a new instance of the Aztec class.

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

Parameters

value
Byte[]

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Aztec(Byte[], Single, Single, AztecSymbolSize, Single)

Initializes a new instance of the Aztec class.

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

Parameters

value
Byte[]

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

xDimension
Single

The xDimension of the barcode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Aztec(String, Single, Single, AztecSymbolSize)

Initializes a new instance of the Aztec class.

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

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Aztec(String, Single, Single, AztecSymbolSize, Single)

Initializes a new instance of the Aztec class.

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

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

size
AztecSymbolSize

The AztecSymbolSize of the barcode.

xDimension
Single

The xDimension of the barcode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Aztec
ceTe.DynamicPDF.PageElements.BarCoding

In this topic