DataMatrixBarcode Constructors

Overloads

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

DataMatrixBarcode(Byte[], Single, Single)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] value, float x, float y)
Public Sub New (value As Byte(), x As Single, y 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.

Licensing Info

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

DataMatrixBarcode(Byte[], Single, Single, DataMatrixSymbolSize)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] value, float x, float y, DataMatrixSymbolSize dataMatrixSymbolSize)
Public Sub New (value As Byte(), x As Single, y As Single, dataMatrixSymbolSize As DataMatrixSymbolSize)

Parameters

value
Byte[]

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

dataMatrixSymbolSize
DataMatrixSymbolSize

The symbol size of the barcode.

Licensing Info

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

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

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] value, float x, float y, DataMatrixSymbolSize dataMatrixSymbolSize, DataMatrixEncodingType dataMatrixEncodingType)
Public Sub New (value As Byte(), x As Single, y As Single, dataMatrixSymbolSize As DataMatrixSymbolSize, dataMatrixEncodingType As DataMatrixEncodingType)

Parameters

value
Byte[]

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

dataMatrixSymbolSize
DataMatrixSymbolSize

The symbol size of the barcode.

dataMatrixEncodingType
DataMatrixEncodingType

The encoding type of the barcode.

Licensing Info

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

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

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(Byte[] value, float x, float y, DataMatrixSymbolSize dataMatrixSymbolSize, DataMatrixEncodingType dataMatrixEncodingType, DataMatrixFunctionCharacter dataMatrixFunctionCharacter)
Public Sub New (value As Byte(), x As Single, y As Single, dataMatrixSymbolSize As DataMatrixSymbolSize, dataMatrixEncodingType As DataMatrixEncodingType, dataMatrixFunctionCharacter As DataMatrixFunctionCharacter)

Parameters

value
Byte[]

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

dataMatrixSymbolSize
DataMatrixSymbolSize

The symbol size of the barcode.

dataMatrixEncodingType
DataMatrixEncodingType

The encoding type of the barcode.

dataMatrixFunctionCharacter
DataMatrixFunctionCharacter

The function character of the barcode.

Licensing Info

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

DataMatrixBarcode(String, Single, Single)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string value, float x, float y)
Public Sub New (value As String, x As Single, y 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.

Licensing Info

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

DataMatrixBarcode(String, Single, Single, DataMatrixSymbolSize)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string value, float x, float y, DataMatrixSymbolSize dataMatrixSymbolSize)
Public Sub New (value As String, x As Single, y As Single, dataMatrixSymbolSize As DataMatrixSymbolSize)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

dataMatrixSymbolSize
DataMatrixSymbolSize

The symbol size of the barcode.

Licensing Info

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

DataMatrixBarcode(String, Single, Single, DataMatrixSymbolSize, DataMatrixEncodingType)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string value, float x, float y, DataMatrixSymbolSize dataMatrixSymbolSize, DataMatrixEncodingType dataMatrixEncodingType)
Public Sub New (value As String, x As Single, y As Single, dataMatrixSymbolSize As DataMatrixSymbolSize, dataMatrixEncodingType As DataMatrixEncodingType)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

dataMatrixSymbolSize
DataMatrixSymbolSize

The symbol size of the barcode.

dataMatrixEncodingType
DataMatrixEncodingType

The encoding type of the barcode.

Licensing Info

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

DataMatrixBarcode(String, Single, Single, DataMatrixSymbolSize, DataMatrixEncodingType, DataMatrixFunctionCharacter)

Initializes a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode(string value, float x, float y, DataMatrixSymbolSize dataMatrixSymbolSize, DataMatrixEncodingType dataMatrixEncodingType, DataMatrixFunctionCharacter dataMatrixFunctionCharacter)
Public Sub New (value As String, x As Single, y As Single, dataMatrixSymbolSize As DataMatrixSymbolSize, dataMatrixEncodingType As DataMatrixEncodingType, dataMatrixFunctionCharacter As DataMatrixFunctionCharacter)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

dataMatrixSymbolSize
DataMatrixSymbolSize

The symbol size of the barcode.

dataMatrixEncodingType
DataMatrixEncodingType

The encoding type of the barcode.

dataMatrixFunctionCharacter
DataMatrixFunctionCharacter

The function character 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

DataMatrixBarcode
ceTe.DynamicPDF.PageElements.BarCoding

In this topic