UpcASupplement2 Constructors

Overloads

UpcASupplement2(String)Initializes instance of the UpcASupplement2 class.
UpcASupplement2(String, String)Initializes instance of the UpcASupplement2 class.

UpcASupplement2(String)

Initializes instance of the UpcASupplement2 class.

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

Parameters

value
String

The value (including supplement value) of the barcode.

Licensing Info

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

UpcASupplement2(String, String)

Initializes instance of the UpcASupplement2 class.

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

Parameters

value
String

The value of the barcode.

supplementValue
String

The value of supplement barcode.

Licensing Info

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

See Also

UpcASupplement2
ceTe.DynamicBarcode.Creator

In this topic