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
Licensing Info
This property is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
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 ~.