Ean13Supplement2 Constructors

Overloads

Ean13Supplement2(String)Initialize a new instance of the Ean13Supplement2 class.
Ean13Supplement2(String, String)Initializes a new instance of the Ean13Supplement2 class.

Ean13Supplement2(String)

Initialize a new instance of the Ean13Supplement2 class.

public Ean13Supplement2(string value)
Public Sub New (value As String)

Parameters

value
String

The value (including supplemental value) of the barcode.

Licensing Info

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

Ean13Supplement2(String, String)

Initializes a new instance of the Ean13Supplement2 class.

public Ean13Supplement2(string value, string supplementValue)
Public Sub New (value As String, supplementValue As String)

Parameters

value
String

The value of the barcode.

supplementValue
String

The supplemental value of the barcode.

Licensing Info

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

See Also

Ean13Supplement2
ceTe.DynamicBarcode.Creator

In this topic