DataMatrixBarcode Constructors

Overloads

DataMatrixBarcode(Byte[])Initializes a new instance of the DataMatrixBarcode class.
DataMatrixBarcode(Byte[], DataMatrixEncodingType)Initializes new instance of the DataMatrixBarcode class.
DataMatrixBarcode(Byte[], DataMatrixEncodingType, DataMatrixSymbolSize)Initializes a new instance of the DataMatrixBarcode class.
DataMatrixBarcode(Byte[], DataMatrixEncodingType, DataMatrixSymbolSize, DataMatrixFunctionCharacter)Initializes a new instance of the DataMatrixBarcode class.
DataMatrixBarcode(String)Initializes a new instance of the DataMatrixBarcode class.
DataMatrixBarcode(String, DataMatrixEncodingType)Initializes a new instance of the DataMatrixBarcode class.
DataMatrixBarcode(String, DataMatrixEncodingType, DataMatrixSymbolSize)Initializes a new instance of the DataMatrixBarcode class.
DataMatrixBarcode(String, DataMatrixEncodingType, DataMatrixSymbolSize, DataMatrixFunctionCharacter)Initializes a new instance of the DataMatrixBarcode class.

DataMatrixBarcode(Byte[])

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] data)
Public Sub New (data As Byte())

Parameters

data
Byte[]

The data of the barcode.

Licensing Info

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

DataMatrixBarcode(Byte[], DataMatrixEncodingType)

Initializes new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] data, DataMatrixEncodingType encodingType)
Public Sub New (data As Byte(), encodingType As DataMatrixEncodingType)

Parameters

data
Byte[]

The data of the barcode.

encodingType
DataMatrixEncodingType

Encoding type of the barcode. DataMatrixEncodingType

Licensing Info

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

DataMatrixBarcode(Byte[], DataMatrixEncodingType, DataMatrixSymbolSize)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] data, DataMatrixEncodingType encodingType, DataMatrixSymbolSize symbolSize)
Public Sub New (data As Byte(), encodingType As DataMatrixEncodingType, symbolSize As DataMatrixSymbolSize)

Parameters

data
Byte[]

The data of the barcode.

encodingType
DataMatrixEncodingType

Encoding type of the barcode. DataMatrixEncodingType

symbolSize
DataMatrixSymbolSize

The sybol size of the barcode.

Licensing Info

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

DataMatrixBarcode(Byte[], DataMatrixEncodingType, DataMatrixSymbolSize, DataMatrixFunctionCharacter)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] data, DataMatrixEncodingType encodingType, DataMatrixSymbolSize symbolSize, DataMatrixFunctionCharacter functionCharacter)
Public Sub New (data As Byte(), encodingType As DataMatrixEncodingType, symbolSize As DataMatrixSymbolSize, functionCharacter As DataMatrixFunctionCharacter)

Parameters

data
Byte[]

The data of the barcode.

encodingType
DataMatrixEncodingType

The encoding type of the barcode. DataMatrixEncodingType

symbolSize
DataMatrixSymbolSize

The symbol size of the barcode. DataMatrixSymbolSize

functionCharacter
DataMatrixFunctionCharacter

The function character of the barcode.

Licensing Info

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

DataMatrixBarcode(String)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string text)
Public Sub New (text As String)

Parameters

text
String

The text of the barcode.

Licensing Info

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

DataMatrixBarcode(String, DataMatrixEncodingType)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string text, DataMatrixEncodingType encodingType)
Public Sub New (text As String, encodingType As DataMatrixEncodingType)

Parameters

text
String

The text of the barcode.

encodingType
DataMatrixEncodingType

Encoding type of the barcode. DataMatrixEncodingType

Licensing Info

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

DataMatrixBarcode(String, DataMatrixEncodingType, DataMatrixSymbolSize)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string text, DataMatrixEncodingType encodingType, DataMatrixSymbolSize symbolSize)
Public Sub New (text As String, encodingType As DataMatrixEncodingType, symbolSize As DataMatrixSymbolSize)

Parameters

text
String

The text of the barcode.

encodingType
DataMatrixEncodingType

Encoding type of the barcode. DataMatrixEncodingType

symbolSize
DataMatrixSymbolSize

The symbol size of the barcode.

Licensing Info

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

DataMatrixBarcode(String, DataMatrixEncodingType, DataMatrixSymbolSize, DataMatrixFunctionCharacter)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string text, DataMatrixEncodingType encodingType, DataMatrixSymbolSize symbolSize, DataMatrixFunctionCharacter functionCharacter)
Public Sub New (text As String, encodingType As DataMatrixEncodingType, symbolSize As DataMatrixSymbolSize, functionCharacter As DataMatrixFunctionCharacter)

Parameters

text
String

The text of the barcode.

encodingType
DataMatrixEncodingType

Encoding type of the barcode. DataMatrixEncodingType

symbolSize
DataMatrixSymbolSize

The symbol size of barcode.

functionCharacter
DataMatrixFunctionCharacter

The function character of the barcode. DataMatrixFunctionCharacter

Licensing Info

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

See Also

DataMatrixBarcode
ceTe.DynamicBarcode.Creator

In this topic