Code128 Constructor

Initializes a new instance of the Code128 class.

public Code128(string value, float symbolHeight)
Public Sub New (value As String, symbolHeight As Single)

Parameters

value
String

The value of the barcode.

symbolHeight
Single

The symbol height of the barcode.

Licensing Info

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

Remarks

Code sets can be specified along with data, in order to do this ProcessTilde property needs to be set to true . Example value: "~BHello ~AWORLD 1~C2345", where ~A, ~B and ~C representing code sets A, B and C respectively. However if any inline code set has invalid characters it will be shifted to an appropriate code set.

See Also

Code128
ceTe.DynamicBarcode.Creator

In this topic