UpcASupplement5 Constructors

Overloads

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

UpcASupplement5(String)

Initializes instance of the UpcASupplement5 class.

public UpcASupplement5(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:

UpcASupplement5(String, String)

Initializes instance of the UpcASupplement5 class.

public UpcASupplement5(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

UpcASupplement5
ceTe.DynamicBarcode.Creator

In this topic