Code128.ProcessTilde Property

Gets or Sets a boolean indicating whether to process the tilde character.

public bool ProcessTilde { get; set; }
Public Property ProcessTilde As Boolean

Property Value

Boolean

Licensing Info

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

Remarks

If true checks for fnc1 (~1) character in the barcode Value and checks for the inline code sets if present in the data to process. 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. "\" is used as an escape character to add ~.

See Also

Code128
ceTe.DynamicBarcode.Creator

In this topic